Searched refs:INotificationListener (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/app/ |
D | INotificationManager.aidl | 37 import android.service.notification.INotificationListener; 136 … void registerListener(in INotificationListener listener, in ComponentName component, int userid); in registerListener() 137 void unregisterListener(in INotificationListener listener, int userid); in unregisterListener() 139 …void cancelNotificationFromListener(in INotificationListener token, String pkg, String tag, int id… in cancelNotificationFromListener() 140 void cancelNotificationsFromListener(in INotificationListener token, in String[] keys); in cancelNotificationsFromListener() 142 …void snoozeNotificationUntilContextFromListener(in INotificationListener token, String key, String… in snoozeNotificationUntilContextFromListener() 143 … void snoozeNotificationUntilFromListener(in INotificationListener token, String key, long until); in snoozeNotificationUntilFromListener() 146 void requestUnbindListener(in INotificationListener token); in requestUnbindListener() 150 void setNotificationsShownFromListener(in INotificationListener token, in String[] keys); in setNotificationsShownFromListener() 152 …ParceledListSlice getActiveNotificationsFromListener(in INotificationListener token, in String[] k… in getActiveNotificationsFromListener() [all …]
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 202 import android.service.notification.INotificationListener; 3892 public void registerListener(final INotificationListener listener, 3902 public void unregisterListener(INotificationListener token, int userid) { 3914 public void cancelNotificationsFromListener(INotificationListener token, String[] keys) { 3968 public void requestUnbindListener(INotificationListener token) { 3982 public void setNotificationsShownFromListener(INotificationListener token, String[] keys) { 4040 public void snoozeNotificationUntilContextFromListener(INotificationListener token, 4059 public void snoozeNotificationUntilFromListener(INotificationListener token, String key, 4078 public void unsnoozeNotificationFromAssistant(INotificationListener token, String key) { 4097 public void unsnoozeNotificationFromSystemListener(INotificationListener token, [all …]
|
/frameworks/base/core/java/android/service/notification/ |
D | INotificationListener.aidl | 30 oneway interface INotificationListener interface
|
D | NotificationListenerService.java | 1292 protected class NotificationListenerWrapper extends INotificationListener.Stub {
|
/frameworks/base/config/ |
D | hiddenapi-greylist.txt | 246 Landroid/service/notification/INotificationListener$Stub;-><init>()V
|
D | boot-image-profile.txt | 2237 …>getActiveNotificationsFromListener(Landroid/service/notification/INotificationListener;[Ljava/lan… 2249 …->setNotificationsShownFromListener(Landroid/service/notification/INotificationListener;[Ljava/lan… 17670 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;-><init>(Landroid/os/IBinder;)V 17671 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;->asBinder()Landroid/os/IBinder; 17672 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;->onListenerConnected(Landroid/se… 17673 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationChannelGroupModifi… 17674 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationChannelModificatio… 17675 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationEnqueuedWithChanne… 17676 HPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationExpansionChanged(L… 17677 HSPLandroid/service/notification/INotificationListener$Stub$Proxy;->onNotificationPosted(Landroid/s… [all …]
|
D | preloaded-classes | 5576 android.service.notification.INotificationListener$Stub$Proxy 5577 android.service.notification.INotificationListener$Stub 5578 android.service.notification.INotificationListener
|
/frameworks/base/services/ |
D | art-profile | 20851 …nit>(Ljava/util/function/BiConsumer;Landroid/service/notification/INotificationListener;Lcom/andro… 21273 …e$10;->applyAdjustmentFromAssistant(Landroid/service/notification/INotificationListener;Landroid/s… 21274 …$10;->applyAdjustmentsFromAssistant(Landroid/service/notification/INotificationListener;Ljava/util… 21275 …pplyEnqueuedAdjustmentFromAssistant(Landroid/service/notification/INotificationListener;Landroid/s… 21285 …0;->cancelNotificationsFromListener(Landroid/service/notification/INotificationListener;[Ljava/lan… 21307 …>getActiveNotificationsFromListener(Landroid/service/notification/INotificationListener;[Ljava/lan… 21325 …tionManagerService$10;->getHintsFromListener(Landroid/service/notification/INotificationListener;)I 21328 …rvice$10;->getInterruptionFilterFromListener(Landroid/service/notification/INotificationListener;)I 21343 …getSnoozedNotificationsFromListener(Landroid/service/notification/INotificationListener;I)Landroid… 21356 …anagerService$10;->registerListener(Landroid/service/notification/INotificationListener;Landroid/c… [all …]
|