Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DStatusBarTest.java151 private NotificationLogger mNotificationLogger; field in StatusBarTest
173 mDependency.injectTestDependency(NotificationLogger.class, mNotificationLogger); in setup()
174 mNotificationLogger = new NotificationLogger(); in setup()
209 mNotificationLogger, mVisualStabilityManager, mViewHierarchyManager, in setup()
221 mNotificationLogger.setUpWithEntryManager(mEntryManager, mStackScroller); in setup()
224 if (m.getCallback() == mStatusBar.mNotificationLogger.getVisibilityReporter()) { in setup()
733 mNotificationLogger = notificationLogger; in TestableStatusBar()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java416 protected NotificationLogger mNotificationLogger; field in StatusBar
629 mNotificationLogger = Dependency.get(NotificationLogger.class); in start()
820 mNotificationLogger.setUpWithEntryManager(mEntryManager, mStackScroller); in makeStatusBarView()
3212 mNotificationLogger.startNotificationLogging(); in handleVisibleToUserChanged()
3214 mNotificationLogger.stopNotificationLogging(); in handleVisibleToUserChanged()