Home
last modified time | relevance | path

Searched defs:lastNotificationTime (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/localepicker/
DNotificationControllerTest.java60 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in incrementDismissCount_addOne() local
78 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testRemoveNotificationInfo_removed() local
121 long lastNotificationTime = 0L; in testShouldTriggerNotification_return1stTrue() local
137 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testShouldTriggerNotification_returnFalse_dueToOddCount() local
154 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testShouldTriggerNotification_returnFalse_dueToFrequency() local
174 long lastNotificationTime = time.getTimeInMillis(); in testShouldTriggerNotification_return2ndTrue() local
185 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
DAppLocalePickerActivityTest.java425 long lastNotificationTime = now.getTimeInMillis(); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification() local
455 long lastNotificationTime = now.getTimeInMillis(); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification() local
518 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
/packages/apps/Settings/src/com/android/settings/localepicker/
DNotificationController.java145 long lastNotificationTime = info.getLastNotificationTimeMs(); in createNotificationInfoWithNewUidAndCount() local
175 private boolean isNotificationFrequent(long lastNotificationTime) { in isNotificationFrequent()