Home
last modified time | relevance | path

Searched refs:NotificationLogger (Results 1 – 17 of 17) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationVisibilityProviderImpl.kt25 import com.android.systemui.statusbar.notification.logging.NotificationLogger
39 val location = NotificationLogger.getNotificationLocation(entry)
48 NotificationLogger.getNotificationLocation(notifCollection.getEntry(key))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java29 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
161 NotificationLogger.OnChildLocationsChangedListener listener); in setChildLocationsChangedListener()
H A DNotificationStackScrollLayoutController.java111 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
1805 NotificationLogger.OnChildLocationsChangedListener listener) {
H A DNotificationStackScrollLayout.java110 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
251 private NotificationLogger.OnChildLocationsChangedListener mListener;
1211 NotificationLogger.OnChildLocationsChangedListener listener) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/dagger/
H A DNotificationsModule.java61 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
115 static NotificationLogger provideNotificationLogger( in provideNotificationLogger()
123 NotificationLogger.ExpansionStateLogger expansionStateLogger, in provideNotificationLogger()
125 return new NotificationLogger( in provideNotificationLogger()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/init/
H A DNotificationsControllerImpl.kt40 import com.android.systemui.statusbar.notification.logging.NotificationLogger
64 private val notificationLogger: NotificationLogger,
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationMemoryLogger.kt131 Log.w(NotificationLogger.TAG, "Timed out when measuring notification memory.", e)
136 Log.wtf(NotificationLogger.TAG, "Failed to measure notification memory.", e)
H A DNotificationLogger.java65 public class NotificationLogger implements StateListener { class
199 public NotificationLogger(NotificationListener notificationListener, in NotificationLogger() method in NotificationLogger
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
H A DExpansionStateLoggerTest.java52 private NotificationLogger.ExpansionStateLogger mLogger;
60 mLogger = new NotificationLogger.ExpansionStateLogger(mUiBgExecutor); in setUp()
H A DNotificationLoggerTest.java84 @Mock private NotificationLogger.ExpansionStateLogger mExpansionStateLogger;
261 private class TestableNotificationLogger extends NotificationLogger {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java52 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
94 private final NotificationLogger mNotificationLogger;
217 NotificationLogger notificationLogger, in ExpandableNotificationRowController()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowControllerTest.kt44 import com.android.systemui.statusbar.notification.logging.NotificationLogger
96 private val notifLogger: NotificationLogger = mock()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt53 import com.android.systemui.statusbar.notification.logging.NotificationLogger
490 NotificationLogger.getNotificationLocation(entry).toMetricsEventEnum(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDependency.java90 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
308 @Inject Lazy<NotificationLogger> mNotificationLogger;
508 mProviders.put(NotificationLogger.class, mNotificationLogger::get); in start()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java61 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
323 NotificationLogger in setUpWithCallback()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImplTest.java168 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
253 @Mock private NotificationLogger.ExpansionStateLogger mExpansionStateLogger;
386 NotificationLogger notificationLogger = new NotificationLogger( in setup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesImpl.java225 import com.android.systemui.statusbar.notification.logging.NotificationLogger;
492 private final NotificationLogger mNotificationLogger;
697 NotificationLogger notificationLogger, in CentralSurfacesImpl()