Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java49 int notificationLocation); in onNotificationExpansionChanged() argument
93 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
H A DNotificationManagerService.java1334 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 DSmartReplyController.java68 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 DTestableNotificationManagerService.java97 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 DIStatusBarService.aidl84 …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 DStatusBarManagerService.java1769 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument
1775 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()