Home
last modified time | relevance | path

Searched refs:notificationLocation (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationDelegate.java46 int notificationLocation); in onNotificationExpansionChanged() argument
67 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
DNotificationManagerService.java965 boolean userAction, boolean expanded, int notificationLocation) {
973 logSmartSuggestionsVisible(r, notificationLocation);
1021 int notificationLocation, boolean modifiedBeforeSending) {
1033 notificationLocation)
1079 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument
1096 .addTaggedData(MetricsEvent.NOTIFICATION_LOCATION, notificationLocation) in logSmartSuggestionsVisible()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DSmartReplyController.java59 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent() argument
64 notificationLocation, modifiedBeforeSending); in smartReplySent() local
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBarService.aidl71 …ionChanged(in String key, in boolean userAction, in boolean expanded, in int notificationLocation); in onNotificationExpansionChanged() argument
76 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerService.java1286 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument
1292 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java284 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument
285 super.logSmartSuggestionsVisible(r, notificationLocation); in logSmartSuggestionsVisible()