Home
last modified time | relevance | path

Searched defs:smartActions (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
H A DScreenshotNotificationSmartActionsTest.java95 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testExceptionHandlingInGetSmartActionsFuture() local
96 assertEquals(Collections.emptyList(), smartActions); in testExceptionHandlingInGetSmartActionsFuture() local
137 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testUnsupportedBitmapConfiguration() local
138 assertEquals(Collections.emptyList(), smartActions); in testUnsupportedBitmapConfiguration() local
168 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testSupportedBitmapConfiguration() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java39 public final List<Notification.Action> smartActions; field in NotificationUiAdjustment
45 String key, List<Notification.Action> smartActions, List<CharSequence> smartReplies, in NotificationUiAdjustment()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java115 List<Notification.Action> smartActions = in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions() local
166 List<Notification.Action> smartActions = in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions() local
599 CharSequence[] smartReplies, List<Notification.Action> smartActions) { in setupAppGeneratedSuggestions()
H A DSmartReplyViewTest.java524 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions() local
552 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions() local
615 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in buildExpectedView() local
923 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton() local
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationAdjustmentExtractorTest.java60 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testExtractsAdjustment() local
H A DNotificationRecordTest.java878 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testSmartActions() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DRankingBuilder.java227 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions()
232 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntryBuilder.java301 ArrayList<Notification.Action> smartActions) { in setSmartActions()
306 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DSaveImageInBackgroundTask.java153 List<Notification.Action> smartActions = new ArrayList<>(); in doInBackground() local
H A DScreenshotController.java164 public List<Notification.Action> smartActions; field in ScreenshotController.SavedImageData
/aosp12/packages/modules/ExtServices/java/src/android/ext/services/notification/
H A DAssistant.java131 @NonNull ArrayList<Notification.Action> smartActions, in createEnqueuedNotificationAdjustment()
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
H A DNotificationEntryManagerTest.java164 private void setSmartActions(String key, ArrayList<Notification.Action> smartActions) { in setSmartActions()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java250 List<View> smartActions = filterActionsOrReplies(SmartButtonType.ACTION); in onMeasure() local
/aosp12/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java2034 boolean noisy, ArrayList<Notification.Action> smartActions, in populate()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1390 SmartReplyView.SmartActions smartActions = state.getSmartActions(); in applySmartReplyView() local