Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java242 private final INotificationManager getNotificationInterface() { in getNotificationInterface() method in NotificationListenerService
278 getNotificationInterface().cancelNotificationFromListener( in cancelNotification()
304 getNotificationInterface().cancelNotificationsFromListener(mWrapper, in cancelNotification()
339 getNotificationInterface().cancelNotificationsFromListener(mWrapper, keys); in cancelNotifications()
365 getNotificationInterface().setOnNotificationPostedTrimFromListener(mWrapper, trim); in setOnNotificationPostedTrim()
425 ParceledListSlice<StatusBarNotification> parceledList = getNotificationInterface() in getActiveNotifications()
454 return getNotificationInterface().getHintsFromListener(mWrapper); in getCurrentListenerHints()
481 return getNotificationInterface().getInterruptionFilterFromListener(mWrapper); in getCurrentInterruptionFilter()
502 getNotificationInterface().requestHintsFromListener(mWrapper, hints); in requestListenerHints()
522 getNotificationInterface() in requestInterruptionFilter()
[all …]
DConditionProviderService.java70 private final INotificationManager getNotificationInterface() { in getNotificationInterface() method in ConditionProviderService
86 getNotificationInterface().notifyConditions(getPackageName(), mProvider, conditions); in notifyConditions()