Searched refs:NotificationLogger (Results 1 – 17 of 17) sorted by relevance
32 import com.android.systemui.statusbar.notification.logging.NotificationLogger;82 NotificationLogger notificationLogger = Dependency.get(NotificationLogger.class); in testNotificationManagementCodeHasNoDependencyOnStatusBarWindowManager()
51 import com.android.systemui.statusbar.notification.logging.NotificationLogger;359 NotificationLogger.OnChildLocationsChangedListener listener) {} in setChildLocationsChangedListener()
27 import com.android.systemui.statusbar.notification.logging.NotificationLogger;152 NotificationLogger.OnChildLocationsChangedListener listener); in setChildLocationsChangedListener()
118 import com.android.systemui.statusbar.notification.logging.NotificationLogger;262 private NotificationLogger.OnChildLocationsChangedListener mListener;1054 NotificationLogger.OnChildLocationsChangedListener listener) {
26 import com.android.systemui.statusbar.notification.logging.NotificationLogger;79 NotificationLogger.getNotificationLocation(entry); in smartActionClicked()
59 import com.android.systemui.statusbar.notification.logging.NotificationLogger;202 NotificationLogger.getNotificationLocation(329 NotificationLogger in setUpWithCallback()
52 import com.android.systemui.statusbar.notification.logging.NotificationLogger;145 NotificationLogger.getNotificationLocation(
44 import com.android.systemui.statusbar.notification.logging.NotificationLogger;81 private final NotificationLogger mNotificationLogger = Dependency.get(NotificationLogger.class);
52 private NotificationLogger.ExpansionStateLogger mLogger;59 mLogger = new NotificationLogger.ExpansionStateLogger( in setUp()
76 @Mock private NotificationLogger.ExpansionStateLogger mExpansionStateLogger;166 private class TestableNotificationLogger extends NotificationLogger {
109 import com.android.systemui.statusbar.notification.logging.NotificationLogger;168 private NotificationLogger.ExpansionStateLogger mExpansionStateLogger;181 private NotificationLogger mNotificationLogger;222 mNotificationLogger = new NotificationLogger(mNotificationListener, in setup()225 mDependency.injectTestDependency(NotificationLogger.class, mNotificationLogger); in setup()771 NotificationLogger notificationLogger, in TestableStatusBar()
59 public class NotificationLogger implements StateListener { class196 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() method in NotificationLogger
43 import com.android.systemui.statusbar.notification.logging.NotificationLogger;195 NotificationLogger.getNotificationLocation(getNotificationData().get(key)); in obtainVisibility()
68 import com.android.systemui.statusbar.notification.logging.NotificationLogger;333 NotificationLogger.getNotificationLocation( in handleNotificationClickAfterPanelCollapsed()
207 import com.android.systemui.statusbar.notification.logging.NotificationLogger;398 protected NotificationLogger mNotificationLogger;618 mNotificationLogger = Dependency.get(NotificationLogger.class); in start()
71 import com.android.systemui.statusbar.notification.logging.NotificationLogger;275 @Inject Lazy<NotificationLogger> mNotificationLogger;457 mProviders.put(NotificationLogger.class, mNotificationLogger::get); in start()
43 import com.android.systemui.statusbar.notification.logging.NotificationLogger;283 NotificationLogger.getNotificationLocation(entry).toMetricsEventEnum(), in inflateReplyButton()