Searched refs:notificationLocation (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationDelegate.java | 48 int notificationLocation); in onNotificationExpansionChanged() argument 89 int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
|
D | NotificationManagerService.java | 1074 boolean userAction, boolean expanded, int notificationLocation) { 1082 logSmartSuggestionsVisible(r, notificationLocation); 1138 int notificationLocation, boolean modifiedBeforeSending) { 1150 notificationLocation) 1301 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument 1318 .addTaggedData(MetricsEvent.NOTIFICATION_LOCATION, notificationLocation) in logSmartSuggestionsVisible()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SmartReplyController.java | 61 int notificationLocation, boolean modifiedBeforeSending) { in smartReplySent() argument 66 notificationLocation, modifiedBeforeSending); in smartReplySent() local
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | IStatusBarService.aidl | 73 …ionChanged(in String key, in boolean userAction, in boolean expanded, in int notificationLocation); in onNotificationExpansionChanged() argument 78 in int notificationLocation, boolean modifiedBeforeSending); in onNotificationSmartReplySent() argument
|
/frameworks/base/services/core/java/com/android/server/statusbar/ |
D | StatusBarManagerService.java | 1348 String key, int replyIndex, CharSequence reply, int notificationLocation, in onNotificationSmartReplySent() argument 1354 notificationLocation, modifiedBeforeSending); in onNotificationSmartReplySent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationManagerServiceTest.java | 336 void logSmartSuggestionsVisible(NotificationRecord r, int notificationLocation) { in logSmartSuggestionsVisible() argument 337 super.logSmartSuggestionsVisible(r, notificationLocation); in logSmartSuggestionsVisible()
|