/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/logging/ |
H A D | ExpansionStateLoggerTest.java | 78 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpanded() 88 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testVisibleAndNotExpanded() 101 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testVisibleAndExpanded() 115 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpandedAndVisible_expandedBeforeVisible() 118 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA)), in testExpandedAndVisible_expandedBeforeVisible() 135 NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP); in testExpandedAndVisible_visibleBeforeExpanded() 150 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpandedAndVisible_logOnceOnly() 152 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testExpandedAndVisible_logOnceOnly() 163 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in testOnEntryUpdated() 183 NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN); in createNotificationVisibility() [all …]
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | NotificationVisibility.java | 39 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()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | NotificationLogger.java | 176 public static NotificationVisibility.NotificationLocation getNotificationLocation( in getNotificationLocation() 179 return NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN; in getNotificationLocation() 184 private static NotificationVisibility.NotificationLocation convertNotificationLocation( in convertNotificationLocation() 188 return NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP; in convertNotificationLocation() 190 return NotificationVisibility.NotificationLocation.LOCATION_HIDDEN_TOP; in convertNotificationLocation() 192 return NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA; in convertNotificationLocation() 198 return NotificationVisibility.NotificationLocation.LOCATION_GONE; in convertNotificationLocation() 200 return NotificationVisibility.NotificationLocation.LOCATION_UNKNOWN; in convertNotificationLocation() 447 NotificationVisibility.NotificationLocation location = in onExpansionChanged() 489 NotificationVisibility.NotificationLocation location) { in onExpansionChanged() [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/statusbar/ |
H A D | NotificationVisibilityTest.java | 38 for (NotificationVisibility.NotificationLocation location : in testNotificationLocation_sameValuesAsMetricsProto() 39 NotificationVisibility.NotificationLocation.values()) { in testNotificationLocation_sameValuesAsMetricsProto()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/ |
H A D | NotificationVisibilityLogger.java | 67 NotificationVisibility.NotificationLocation.LOCATION_MAIN_AREA);
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SmartReplyController.java | 90 NotificationVisibility.NotificationLocation location = in smartActionClicked()
|
H A D | NotificationLockscreenUserManagerImpl.java | 171 NotificationVisibility.NotificationLocation location =
|
H A D | NotificationRemoteInputManager.java | 209 NotificationVisibility.NotificationLocation location =
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusBarNotificationActivityStarter.java | 371 NotificationVisibility.NotificationLocation location = in handleNotificationClickAfterPanelCollapsed() 419 NotificationVisibility.NotificationLocation location = in onDragSuccess()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
H A D | NotificationEntryManager.java | 298 NotificationVisibility.NotificationLocation location = in obtainVisibility()
|
/aosp12/frameworks/base/proto/src/metrics_constants/ |
H A D | metrics_constants.proto | 243 enum NotificationLocation { enum 6906 // This is a NotificationLocation object (see the NotificationLocation
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationManagerService.java | 1215 == NotificationVisibility.NotificationLocation.LOCATION_FIRST_HEADS_UP);
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 9194 com.android.internal.statusbar.NotificationVisibility$NotificationLocation
|
H A D | boot-image-profile.txt | 33472 Lcom/android/internal/statusbar/NotificationVisibility$NotificationLocation; 36636 [Lcom/android/internal/statusbar/NotificationVisibility$NotificationLocation;
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 9215 com.android.internal.statusbar.NotificationVisibility$NotificationLocation
|
H A D | boot-image-profile.txt | 43136 Lcom/android/internal/statusbar/NotificationVisibility$NotificationLocation; 48817 [Lcom/android/internal/statusbar/NotificationVisibility$NotificationLocation;
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26577 …sbar/NotificationVisibility$NotificationLocation;Lcom/android/internal/statusbar/NotificationVisib… 26587 …sbar/NotificationVisibility$NotificationLocation;Lcom/android/internal/statusbar/NotificationVisib…
|