Searched refs:suppliedTime (Results 1 – 1 of 1) sorted by relevance
579 when (val suppliedTime = options["time"]) { in scheduleLocalNotification() variable580 is Number -> time = suppliedTime.toLong() - System.currentTimeMillis() in scheduleLocalNotification()584 time = format.parse(suppliedTime as String?).time - System.currentTimeMillis() in scheduleLocalNotification()586 else -> throw InvalidArgumentException("Invalid time provided: $suppliedTime") in scheduleLocalNotification()