Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java114 .getSnoozeTimeForUnpostedNotification(0, "pkg", "key")); in testWriteXMLformattedCorrectly_testReadingCorrectTime()
178 0 < mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadValidSnoozedFromCorrectly_timeDeadline()
203 System.currentTimeMillis() > mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadExpiredSnoozedNotification()
216 mSnoozeHelper.getSnoozeTimeForUnpostedNotification( in testReadNoneSnoozedNotification()
367 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM,
684 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg",
695 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg",
778 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
781 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
804 assertEquals(0L, mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java351 + sh.getSnoozeTimeForUnpostedNotification( in onCommand()
DSnoozeHelper.java132 protected Long getSnoozeTimeForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeTimeForUnpostedNotification() method in SnoozeHelper
DNotificationManagerService.java8527 mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
/frameworks/base/services/
Dart-wear-profile16476 PLcom/android/server/notification/SnoozeHelper;->getSnoozeTimeForUnpostedNotification(ILjava/lang/S…