Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java84 private static final String NOTIFICATION_NEXT_SHOW_TIME = "notification_next_show_time"; field in NotificationController
162 long nextTimeToShow = sp.getLong(NOTIFICATION_NEXT_SHOW_TIME, 0); in shouldShowNotification()
276 editor.putLong(NOTIFICATION_NEXT_SHOW_TIME, in delayNextNotification()