Home
last modified time | relevance | path

Searched refs:INotificationListener (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/app/
DINotificationManager.aidl35 import android.service.notification.INotificationListener;
81 … void registerListener(in INotificationListener listener, in ComponentName component, int userid); in registerListener()
82 void unregisterListener(in INotificationListener listener, int userid); in unregisterListener()
84 …void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id… in cancelNotificationFromListener()
85 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener()
87 …void snoozeNotificationUntilContextFromListener(in INotificationListener token, String key, String… in snoozeNotificationUntilContextFromListener()
88 … void snoozeNotificationUntilFromListener(in INotificationListener token, String key, long until); in snoozeNotificationUntilFromListener()
91 void requestUnbindListener(in INotificationListener token); in requestUnbindListener()
95 void setNotificationsShownFromListener(in INotificationListener token, in String[] keys); in setNotificationsShownFromListener()
97 …ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] k… in getActiveNotificationsFromListener()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java123 import android.service.notification.INotificationListener;
1960 public void registerListener(final INotificationListener listener,
1970 public void unregisterListener(INotificationListener token, int userid) {
1982 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) {
2035 public void requestUnbindListener(INotificationListener token) {
2049 public void setNotificationsShownFromListener(INotificationListener token, String[] keys) {
2103 public void snoozeNotificationUntilContextFromListener(INotificationListener token,
2122 public void snoozeNotificationUntilFromListener(INotificationListener token, String key,
2141 public void unsnoozeNotificationFromAssistant(INotificationListener token, String key) {
2162 public void cancelNotificationFromListener(INotificationListener token, String pkg,
[all …]
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl27 oneway interface INotificationListener interface
DNotificationListenerService.java1155 protected class NotificationListenerWrapper extends INotificationListener.Stub {
/frameworks/base/
DAndroid.mk281 core/java/android/service/notification/INotificationListener.aidl \
Dcompiled-classes-phone3698 android.service.notification.INotificationListener
3699 android.service.notification.INotificationListener$Stub
3700 android.service.notification.INotificationListener$Stub$Proxy
/frameworks/base/services/
Dprofile-classes2330 Landroid/service/notification/INotificationListener;
2331 Landroid/service/notification/INotificationListener$Stub;
2332 Landroid/service/notification/INotificationListener$Stub$Proxy;