Home
last modified time | relevance | path

Searched refs:getSnoozeContextForUnpostedNotification (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DSnoozeHelperTest.java156 "uri", mSnoozeHelper.getSnoozeContextForUnpostedNotification( in testWriteXMLformattedCorrectly_testCorrectContextURI()
370 mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg",
714 assertThat(mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM,
725 assertThat(mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM,
784 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
787 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
810 assertNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
813 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
853 assertNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
DNotificationManagerServiceTest.java2176 when(mSnoozeHelper.getSnoozeContextForUnpostedNotification(anyInt(), any(), any())) in enqueueNotificationWithTag_notEnqueued_usesAndCancelsTracker()
2236 when(mSnoozeHelper.getSnoozeContextForUnpostedNotification(anyInt(), any(), any())) in enqueueNotification_notEnqueued_acquiresAndReleasesWakeLock()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java354 + sh.getSnoozeContextForUnpostedNotification( in onCommand()
DSnoozeHelper.java143 protected String getSnoozeContextForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeContextForUnpostedNotification() method in SnoozeHelper
DNotificationManagerService.java8538 mSnoozeHelper.getSnoozeContextForUnpostedNotification(
/frameworks/base/services/
Dart-wear-profile16475 PLcom/android/server/notification/SnoozeHelper;->getSnoozeContextForUnpostedNotification(ILjava/lan…