Searched refs:mNotificationLogger (Results 1 – 4 of 4) sorted by relevance
181 private NotificationLogger mNotificationLogger; field in StatusBarTest222 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()
81 private final NotificationLogger mNotificationLogger = Dependency.get(NotificationLogger.class); field in NotificationRowBinderImpl264 mNotificationLogger.onExpansionChanged(key, userAction, expanded); in logNotificationExpansion()
275 @Inject Lazy<NotificationLogger> mNotificationLogger; field in Dependency457 mProviders.put(NotificationLogger.class, mNotificationLogger::get); in start()
398 protected NotificationLogger mNotificationLogger; field in StatusBar618 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()