Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DCarNotificationCenterActivity.java38 private CarNotificationListener mNotificationListener; field in CarNotificationCenterActivity
49 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
54 mNotificationListener,
58 mNotificationListener.setNotificationsShown(
75 mNotificationListener = null;
/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationHandler.java39 private final NotificationListener mNotificationListener; field in TvNotificationHandler
46 mNotificationListener = notificationListener; in TvNotificationHandler()
59 mNotificationListener.addNotificationHandler(this); in start()
60 mNotificationListener.registerAsSystemService(); in start()
/packages/services/Telecomm/src/com/android/server/telecom/voip/
DVoipCallMonitor.java69 private NotificationListenerService mNotificationListener; field in VoipCallMonitor
90 mNotificationListener = new NotificationListenerService() { in VoipCallMonitor()
146 mNotificationListener.registerAsSystemService(mContext, in startMonitor()
156 mNotificationListener.unregisterAsSystemService(); in stopMonitor()
362 mNotificationListener.onNotificationPosted(statusBarNotification); in postNotification()
367 mNotificationListener.onNotificationRemoved(statusBarNotification); in removeNotification()