Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java113 private INotificationListenerWrapper mWrapper = null;
552 mWrapper = new INotificationListenerWrapper(); in onBind()
582 mWrapper = new INotificationListenerWrapper(); in registerAsSystemService()
604 private class INotificationListenerWrapper extends INotificationListener.Stub { class in NotificationListenerService