Home
last modified time | relevance | path

Searched refs:getNotificationLocation (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/provider/
H A DNotificationVisibilityProviderImpl.kt39 val location = NotificationLogger.getNotificationLocation(entry)
48 NotificationLogger.getNotificationLocation(notifCollection.getEntry(key))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotificationLogger.java126 getNotificationLocation(entry));
168 public static NotificationVisibility.NotificationLocation getNotificationLocation( in getNotificationLocation() method in NotificationLogger
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyStateInflater.kt490 NotificationLogger.getNotificationLocation(entry).toMetricsEventEnum(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationRemoteInputManager.java324 .getNotificationLocation(entry) in setUpWithCallback()