Searched refs:INotificationListenerWrapper (Results 1 – 1 of 1) sorted by relevance
113 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