Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A 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,
661 assertThat(mSnoozeHelper.getSnoozeTimeForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg",
755 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
758 assertFalse(0L == mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
781 assertEquals(0L, mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
784 assertEquals(0L, mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DSnoozeHelper.java132 protected Long getSnoozeTimeForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeTimeForUnpostedNotification() method in SnoozeHelper
H A DNotificationShellCmd.java346 + sh.getSnoozeTimeForUnpostedNotification( in onCommand()
H A DNotificationManagerService.java7804 mSnoozeHelper.getSnoozeTimeForUnpostedNotification(
/aosp14/frameworks/base/services/
H A Dart-profile5361 HSPLcom/android/server/notification/SnoozeHelper;->getSnoozeTimeForUnpostedNotification(ILjava/lang…