Searched refs:NotificationLogger (Results 1 – 9 of 9) sorted by relevance
69 NotificationLogger notificationLogger = Dependency.get(NotificationLogger.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
148 private class TestableNotificationLogger extends NotificationLogger {
268 NotificationLogger.OnChildLocationsChangedListener listener) {} in setChildLocationsChangedListener()
40 import com.android.systemui.statusbar.NotificationLogger;146 providers.put(NotificationLogger.class, NotificationLogger::new); in injectDependencies()
41 public class NotificationLogger { class139 public NotificationLogger() { in NotificationLogger() method in NotificationLogger
171 NotificationLogger.OnChildLocationsChangedListener listener); in setChildLocationsChangedListener()
93 import com.android.systemui.statusbar.NotificationLogger;151 private NotificationLogger mNotificationLogger;173 mDependency.injectTestDependency(NotificationLogger.class, mNotificationLogger); in setup()174 mNotificationLogger = new NotificationLogger(); in setup()709 NotificationLogger notificationLogger, in TestableStatusBar()
92 import com.android.systemui.statusbar.NotificationLogger;217 private NotificationLogger.OnChildLocationsChangedListener mListener;700 NotificationLogger.OnChildLocationsChangedListener listener) { in setChildLocationsChangedListener()
206 import com.android.systemui.statusbar.NotificationLogger;416 protected NotificationLogger mNotificationLogger;629 mNotificationLogger = Dependency.get(NotificationLogger.class); in start()