Searched defs:lastNotificationTime (Results 1 – 3 of 3) sorted by relevance
60 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in incrementDismissCount_addOne() local78 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testRemoveNotificationInfo_removed() local121 long lastNotificationTime = 0L; in testShouldTriggerNotification_return1stTrue() local137 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testShouldTriggerNotification_returnFalse_dueToOddCount() local154 long lastNotificationTime = Calendar.getInstance().getTimeInMillis(); in testShouldTriggerNotification_returnFalse_dueToFrequency() local174 long lastNotificationTime = time.getTimeInMillis(); in testShouldTriggerNotification_return2ndTrue() local185 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
425 long lastNotificationTime = now.getTimeInMillis(); in testEvaluateLocaleNotification_evenLocaleUpdate_trigger2ndNotification() local455 long lastNotificationTime = now.getTimeInMillis(); in testEvaluateLocaleNotification_localeUpdateReachThreshold_noUidNorNotification() local518 int notificationCount, long lastNotificationTime, int notificationId) in initSharedPreference()
145 long lastNotificationTime = info.getLastNotificationTimeMs(); in createNotificationInfoWithNewUidAndCount() local175 private boolean isNotificationFrequent(long lastNotificationTime) { in isNotificationFrequent()