Home
last modified time | relevance | path

Searched refs:scheduledPostTimeLong (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ConfigInfrastructure/service/java/com/android/server/deviceconfig/
DBootNotificationCreator.java117 long scheduledPostTimeLong = scheduledPostTime in onPropertiesChanged() local
123 AlarmManager.RTC_WAKEUP, scheduledPostTimeLong, pendingIntent); in onPropertiesChanged()
201 long scheduledPostTimeLong = postTime in tryAgainIn24Hours() local
206 AlarmManager.RTC_WAKEUP, scheduledPostTimeLong, pendingIntent); in tryAgainIn24Hours()