Home
last modified time | relevance | path

Searched refs:NotificationLocation (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/
DExpansionStateLoggerTest.java78 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpanded()
88 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testVisibleAndNotExpanded()
101 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testVisibleAndExpanded()
109 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN.toMetricsEventEnum()); in testVisibleAndExpanded()
115 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpandedAndVisible_expandedBeforeVisible()
118 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA)), in testExpandedAndVisible_expandedBeforeVisible()
125 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA.toMetricsEventEnum() in testExpandedAndVisible_expandedBeforeVisible()
135 NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP); in testExpandedAndVisible_visibleBeforeExpanded()
141 … NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP.toMetricsEventEnum()); in testExpandedAndVisible_visibleBeforeExpanded()
150 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpandedAndVisible_logOnceOnly()
[all …]
/frameworks/base/core/java/com/android/internal/statusbar/
DNotificationVisibility.java39 public NotificationLocation location;
48 public enum NotificationLocation { enum in NotificationVisibility
61 NotificationLocation(int metricsEventNotificationLocation) { in NotificationLocation() method in NotificationVisibility.NotificationLocation
78 NotificationLocation location) { in NotificationVisibility()
138 this.location = NotificationLocation.valueOf(in.readString()); in readFromParcel()
146 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in obtain()
153 NotificationLocation location) { in obtain()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
DNotificationLogger.java167 public static NotificationVisibility.NotificationLocation getNotificationLocation( in getNotificationLocation()
170 return NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN; in getNotificationLocation()
175 private static NotificationVisibility.NotificationLocation convertNotificationLocation( in convertNotificationLocation()
179 return NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP; in convertNotificationLocation()
181 return NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation()
183 return NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA; in convertNotificationLocation()
185 return NotificationVisibility.NotificationLocation.LOCATION_BOTTOM_STACK_PEEKING; in convertNotificationLocation()
187 return NotificationVisibility.NotificationLocation.LOCATION_BOTTOM_STACK_HIDDEN; in convertNotificationLocation()
189 return NotificationVisibility.NotificationLocation.LOCATION_GONE; in convertNotificationLocation()
191 return NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN; in convertNotificationLocation()
[all …]
/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/
DNotificationVisibilityTest.java38 for (NotificationVisibility.NotificationLocation location : in testNotificationLocation_sameValuesAsMetricsProto()
39 NotificationVisibility.NotificationLocation.values()) { in testNotificationLocation_sameValuesAsMetricsProto()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java78 NotificationVisibility.NotificationLocation location = in smartActionClicked()
DNotificationLockscreenUserManagerImpl.java148 NotificationVisibility.NotificationLocation location =
DNotificationRemoteInputManager.java203 NotificationVisibility.NotificationLocation location =
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarNotificationActivityStarter.java332 NotificationVisibility.NotificationLocation location = in handleNotificationClickAfterPanelCollapsed()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java199 NotificationVisibility.NotificationLocation location = in obtainVisibility()
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto243 enum NotificationLocation { enum
6899 // This is a NotificationLocation object (see the NotificationLocation
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java941 == NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP);
/frameworks/base/config/
Dboot-image-profile.txt21636 HSPLcom/android/internal/statusbar/NotificationVisibility$NotificationLocation;-><init>(Ljava/lang/…
21637 …NotificationVisibility$NotificationLocation;->values()[Lcom/android/internal/statusbar/Notificatio…