Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DINotificationManager.aidl30 import android.service.notification.INotificationListener;
59 … void registerListener(in INotificationListener listener, in ComponentName component, int userid); in registerListener()
60 void unregisterListener(in INotificationListener listener, int userid); in unregisterListener()
62 …void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id… in cancelNotificationFromListener()
63 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener()
65 …ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] k… in getActiveNotificationsFromListener()
66 void requestHintsFromListener(in INotificationListener token, int hints); in requestHintsFromListener()
67 int getHintsFromListener(in INotificationListener token); in getHintsFromListener()
68 …void requestInterruptionFilterFromListener(in INotificationListener token, int interruptionFilter); in requestInterruptionFilterFromListener()
69 int getInterruptionFilterFromListener(in INotificationListener token); in getInterruptionFilterFromListener()
[all …]
/frameworks/base/core/java/android/service/notification/
DINotificationListener.aidl24 oneway interface INotificationListener interface
DNotificationListenerService.java604 private class INotificationListenerWrapper extends INotificationListener.Stub {
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java73 import android.service.notification.INotificationListener;
1284 public void registerListener(final INotificationListener listener,
1294 public void unregisterListener(INotificationListener listener, int userid) {
1306 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) {
1354 public void cancelNotificationFromListener(INotificationListener token, String pkg,
1388 INotificationListener token, String[] keys, int trim) {
1411 public void requestHintsFromListener(INotificationListener token, int hints) {
1431 public int getHintsFromListener(INotificationListener token) {
1438 public void requestInterruptionFilterFromListener(INotificationListener token,
1453 public int getInterruptionFilterFromListener(INotificationListener token)
[all …]
/frameworks/base/
DAndroid.mk210 core/java/android/service/notification/INotificationListener.aidl \