Searched refs:getSnoozeTimeForUnpostedNotification (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | SnoozeHelperTest.java | 114 .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/ |
D | NotificationShellCmd.java | 351 + sh.getSnoozeTimeForUnpostedNotification( in onCommand()
|
D | SnoozeHelper.java | 132 protected Long getSnoozeTimeForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeTimeForUnpostedNotification() method in SnoozeHelper
|
D | NotificationManagerService.java | 8527 mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
|
/frameworks/base/services/ |
D | art-wear-profile | 16476 PLcom/android/server/notification/SnoozeHelper;->getSnoozeTimeForUnpostedNotification(ILjava/lang/S…
|