Searched refs:notificationLocation (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 49 int notificationLocation); in onNotificationExpansionChanged() argument 93 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
|
H A D | NotificationManagerService.java | 1334 boolean userAction, boolean expanded, int notificationLocation) { 1342 logSmartSuggestionsVisible(r, notificationLocation); 1398 int notificationLocation, boolean modifiedBeforeSending) { 1410 notificationLocation) 1579 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument 1596 .addTaggedData(MetricsEvent.NOTIFICATION_LOCATION, notificationLocation) in logSmartSuggestionsVisible()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | SmartReplyController.java | 68 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent() argument 73 notificationLocation, modifiedBeforeSending); in smartReplySent() local
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | TestableNotificationManagerService.java | 97 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument 98 super.logSmartSuggestionsVisible(r, notificationLocation); in logSmartSuggestionsVisible()
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 84 …ionChanged(in String key, in boolean userAction, in boolean expanded, in int notificationLocation); in onNotificationExpansionChanged() argument 89 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1769 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument 1775 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
|