/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
H A D | ScreenshotNotificationSmartActionsTest.java | 94 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testExceptionHandlingInGetSmartActionsFuture() local 95 assertEquals(Collections.emptyList(), smartActions); in testExceptionHandlingInGetSmartActionsFuture() local 136 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testUnsupportedBitmapConfiguration() local 137 assertEquals(Collections.emptyList(), smartActions); in testUnsupportedBitmapConfiguration() local 166 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testSupportedBitmapConfiguration() local
|
H A D | SaveImageInBackgroundTaskTest.kt | 46 private val smartActions = mock<ScreenshotSmartActions>() regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 39 public final List<Notification.Action> smartActions; field in NotificationUiAdjustment 45 String key, List<Notification.Action> smartActions, List<CharSequence> smartReplies, in NotificationUiAdjustment()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | InflatedSmartRepliesTest.java | 115 List<Notification.Action> smartActions = in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions() local 166 List<Notification.Action> smartActions = in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions() local 600 CharSequence[] smartReplies, List<Notification.Action> smartActions) { in setupAppGeneratedSuggestions()
|
H A D | SmartReplyViewTest.java | 562 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartActions() local 590 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions( in setSmartRepliesAndActions() local 647 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in buildExpectedView() local 951 SmartReplyView.SmartActions smartActions = new SmartReplyView.SmartActions(actions, false); in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton() local
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationAdjustmentExtractorTest.java | 60 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testExtractsAdjustment() local
|
H A D | NotificationRecordTest.java | 935 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testSmartActions() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 245 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions() 250 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntryBuilder.java | 324 ArrayList<Notification.Action> smartActions) { in setSmartActions() 329 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | SaveImageInBackgroundTask.java | 161 List<Notification.Action> smartActions = new ArrayList<>(); in doInBackground() local
|
H A D | ScreenshotController.java | 180 public List<Notification.Action> smartActions; field in ScreenshotController.SavedImageData
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | SmartReplyView.java | 250 List<View> smartActions = filterActionsOrReplies(SmartButtonType.ACTION); in onMeasure() local
|
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | NotificationListenerService.java | 2113 boolean noisy, ArrayList<Notification.Action> smartActions, in populate()
|