Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationCenterActivity.java35 private CarNotificationListener mNotificationListener; field in CarNotificationCenterActivity
43 mNotificationListener = ((CarNotificationListener.LocalBinder) binder).getService();
48 mNotificationListener,
58 mNotificationListener = null;
94 mNotificationListener = null; in onStop()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tv/notifications/
H A DTvNotificationHandler.java38 private final NotificationListener mNotificationListener; field in TvNotificationHandler
46 mNotificationListener = notificationListener; in TvNotificationHandler()
59 mNotificationListener.addNotificationHandler(this); in start()
60 mNotificationListener.registerAsSystemService(); in start()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
H A DHeadsUpController.java52 private final NotificationListener mNotificationListener; field in HeadsUpController
70 mNotificationListener = notificationListener; in HeadsUpController()
138 mNotificationListener.setNotificationsShown(new String[]{n.getKey()}); in setNotificationShown()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java72 private final NotificationListenerService mNotificationListener; field in NotificationLogger
213 mNotificationListener = notificationListener; in NotificationLogger()
338 mNotificationListener.setNotificationsShown(newlyVisibleKeyAr); in logNotificationVisibilityChanges()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DNotificationEntryManagerInflationTest.java124 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerInflationTest
196 mNotificationListener, in setUp()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java139 @Mock private NotificationListener mNotificationListener; field in NotificationEntryManagerTest
209 mNotificationListener, in setUp()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java321 @Inject Lazy<NotificationListener> mNotificationListener; field in Dependency
536 mProviders.put(NotificationListener.class, mNotificationListener::get); in start()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java199 @Mock private NotificationListener mNotificationListener; field in StatusBarTest
309 NotificationLogger notificationLogger = new NotificationLogger(mNotificationListener, in setup()