Home
last modified time | relevance | path

Searched refs:unsnoozeNotificationFromSystemListener (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationListener.java245 getNotificationInterface().unsnoozeNotificationFromSystemListener(mWrapper, key); in unsnoozeNotification()
/aosp14/frameworks/base/core/java/android/app/
H A DINotificationManager.aidl177 void unsnoozeNotificationFromSystemListener(in INotificationListener token, String key); in unsnoozeNotificationFromSystemListener() method
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4803 public void unsnoozeNotificationFromSystemListener(INotificationListener token,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java4324 mBinderService.unsnoozeNotificationFromSystemListener(null, nr.getKey()); in testSystemNotificationListenerCanUnsnooze()