Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java510 protected final INotificationManager getNotificationInterface() { in getNotificationInterface() method in NotificationListenerService
550 getNotificationInterface().cancelNotificationFromListener( in cancelNotification()
580 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification()
621 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
647 getNotificationInterface().snoozeNotificationUntilContextFromListener( in snoozeNotification()
670 getNotificationInterface().snoozeNotificationUntilFromListener( in snoozeNotification()
692 getNotificationInterface().setNotificationsShownFromListener(mWrapper, keys); in setNotificationsShown()
716 getNotificationInterface().updateNotificationChannelFromPrivilegedListener( in updateNotificationChannel()
739 return getNotificationInterface().getNotificationChannelsFromPrivilegedListener( in getNotificationChannels()
762 return getNotificationInterface().getNotificationChannelGroupsFromPrivilegedListener( in getNotificationChannelGroups()
[all …]
DNotificationAssistantService.java127 getNotificationInterface().applyAdjustmentFromAssistant(mWrapper, adjustment); in adjustNotification()
144 getNotificationInterface().applyAdjustmentsFromAssistant(mWrapper, adjustments); in adjustNotifications()
163 getNotificationInterface().unsnoozeNotificationFromAssistant(mWrapper, key); in unsnoozeNotification()
225 getNotificationInterface().applyEnqueuedAdjustmentFromAssistant( in handleMessage()
DConditionProviderService.java125 private final INotificationManager getNotificationInterface() { in getNotificationInterface() method in ConditionProviderService
159 INotificationManager noMan = getNotificationInterface(); in requestUnbind()
190 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions); in notifyConditions()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt5157 Landroid/service/notification/NotificationListenerService;->getNotificationInterface()Landroid/app/…