Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java181 private NotificationLogger mNotificationLogger; field in StatusBarTest
222 mNotificationLogger = new NotificationLogger(mNotificationListener, in setup()
225 mDependency.injectTestDependency(NotificationLogger.class, mNotificationLogger); in setup()
258 mNotificationLogger, mVisualStabilityManager, mViewHierarchyManager, in setup()
277 mNotificationLogger.setUpWithContainer(mStackScroller); in setup()
280 if (m.getCallback() == mStatusBar.mNotificationLogger.getVisibilityReporter()) { in setup()
802 mNotificationLogger = notificationLogger; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationRowBinderImpl.java81 private final NotificationLogger mNotificationLogger = Dependency.get(NotificationLogger.class); field in NotificationRowBinderImpl
264 mNotificationLogger.onExpansionChanged(key, userAction, expanded); in logNotificationExpansion()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java275 @Inject Lazy<NotificationLogger> mNotificationLogger; field in Dependency
457 mProviders.put(NotificationLogger.class, mNotificationLogger::get); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java398 protected NotificationLogger mNotificationLogger; field in StatusBar
618 mNotificationLogger = Dependency.get(NotificationLogger.class); in start()
798 mNotificationLogger.setUpWithContainer(notifListContainer); in makeStatusBarView()
871 mNotificationLogger.setHeadsUpManager(mHeadsUpManager); in makeStatusBarView()
2708 mNotificationLogger.startNotificationLogging(); in handleVisibleToUserChanged()
2710 mNotificationLogger.stopNotificationLogging(); in handleVisibleToUserChanged()