Searched refs:getSnoozeContextForUnpostedNotification (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | SnoozeHelperTest.java | 156 "uri", mSnoozeHelper.getSnoozeContextForUnpostedNotification( in testWriteXMLformattedCorrectly_testCorrectContextURI() 370 mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM, "pkg", 691 assertThat(mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM, 702 assertThat(mSnoozeHelper.getSnoozeContextForUnpostedNotification(UserHandle.USER_SYSTEM, 761 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification( 764 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification( 787 assertNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification( 790 assertNotNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification( 830 assertNull(mSnoozeHelper.getSnoozeContextForUnpostedNotification(
|
H A D | NotificationManagerServiceTest.java | 1844 when(mSnoozeHelper.getSnoozeContextForUnpostedNotification(anyInt(), any(), any())) in enqueueNotificationWithTag_notEnqueued_usesAndCancelsTracker() 1904 when(mSnoozeHelper.getSnoozeContextForUnpostedNotification(anyInt(), any(), any())) in enqueueNotification_notEnqueued_acquiresAndReleasesWakeLock()
|
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | SnoozeHelper.java | 143 protected String getSnoozeContextForUnpostedNotification(int userId, String pkg, String key) { in getSnoozeContextForUnpostedNotification() method in SnoozeHelper
|
H A D | NotificationShellCmd.java | 349 + sh.getSnoozeContextForUnpostedNotification( in onCommand()
|
H A D | NotificationManagerService.java | 7815 mSnoozeHelper.getSnoozeContextForUnpostedNotification(
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5360 HSPLcom/android/server/notification/SnoozeHelper;->getSnoozeContextForUnpostedNotification(ILjava/l…
|