Searched refs:getNotificationInterface (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 677 protected final INotificationManager getNotificationInterface() { in getNotificationInterface() method in NotificationListenerService 717 getNotificationInterface().cancelNotificationFromListener( in cancelNotification() 747 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification() 788 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications() 814 getNotificationInterface().snoozeNotificationUntilContextFromListener( in snoozeNotification() 837 getNotificationInterface().snoozeNotificationUntilFromListener( in snoozeNotification() 861 getNotificationInterface().migrateNotificationFilter( in migrateNotificationFilter() 882 getNotificationInterface().setNotificationsShownFromListener(mWrapper, keys); in setNotificationsShown() 909 return getNotificationInterface() in createConversationNotificationChannelForPackage() 935 getNotificationInterface().updateNotificationChannelFromPrivilegedListener( in updateNotificationChannel() [all …]
|
D | ConditionProviderService.java | 145 private final INotificationManager getNotificationInterface() { in getNotificationInterface() method in ConditionProviderService 179 INotificationManager noMan = getNotificationInterface(); in requestUnbind() 218 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions); in notifyConditions()
|
D | NotificationAssistantService.java | 360 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant(mWrapper, adjustment); in adjustNotification() 380 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments); in adjustNotifications() 399 getNotificationInterface().unsnoozeNotificationFromAssistant(mWrapper, key); in unsnoozeNotification() 416 getNotificationInterface().setAdjustmentTypeSupportedState(mWrapper, key, supported); in setAdjustmentTypeSupportedState() 616 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant( in handleMessage()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationListener.java | 237 getNotificationInterface().unsnoozeNotificationFromSystemListener(mWrapper, key); in unsnoozeNotification()
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 14117 HSPLandroid/service/notification/ConditionProviderService;->getNotificationInterface()Landroid/app/… 14155 HSPLandroid/service/notification/NotificationListenerService;->getNotificationInterface()Landroid/a…
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 48916 Landroid/service/notification/ConditionProviderService;->getNotificationInterface()Landroid/app/INo…
|