/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/ |
D | ScreenshotNotificationSmartActionsTest.java | 88 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testExceptionHandlingInGetSmartActionsFuture() local 89 assertEquals(Collections.emptyList(), smartActions); in testExceptionHandlingInGetSmartActionsFuture() local 130 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testUnsupportedBitmapConfiguration() local 131 assertEquals(Collections.emptyList(), smartActions); in testUnsupportedBitmapConfiguration() local 160 List<Notification.Action> smartActions = smartActionsFuture.get(5, TimeUnit.MILLISECONDS); in testSupportedBitmapConfiguration() local
|
D | SaveImageInBackgroundTaskTest.kt | 45 private val smartActions = mock<ScreenshotSmartActions>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
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()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankingUpdate.java | 122 ArrayList<Notification.Action> smartActions = in addSmartActionsFromBundleToRankingMap() local 189 List<Notification.Action> smartActions = ranking.getSmartActions(); in writeToParcel() local
|
D | NotificationListenerService.java | 2041 public void setSmartActions(@Nullable ArrayList<Notification.Action> smartActions) { in setSmartActions() 2147 boolean noisy, ArrayList<Notification.Action> smartActions, in populate()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
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()
|
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
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartReplyState.kt | 27 val smartActions: SmartActions?, constant in com.android.systemui.statusbar.policy.InflatedSmartReplyState
|
D | SmartReplyStateInflater.kt | 160 val smartActionButtons = newSmartReplyState.smartActions?.let { smartActions -> in inflateSmartReplyState() method 221 var smartActions: SmartActions? = when { in inflateSmartReplyState() variable
|
D | SmartReplyView.java | 250 List<View> smartActions = filterActionsOrReplies(SmartButtonType.ACTION); in onMeasure() local
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationAdjustmentExtractorTest.java | 60 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testExtractsAdjustment() local
|
D | NotificationRecordTest.java | 1101 ArrayList<Notification.Action> smartActions = new ArrayList<>(); in testSmartActions() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 245 public RankingBuilder setSmartActions(@NonNull ArrayList<Notification.Action> smartActions) { in setSmartActions() 250 public RankingBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/ |
D | NotifUiAdjustment.kt | 33 val smartActions: List<Notification.Action>, constant in com.android.systemui.statusbar.notification.collection.inflation.NotifUiAdjustment
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntryBuilder.java | 341 ArrayList<Notification.Action> smartActions) { in setSmartActions() 346 public NotificationEntryBuilder setSmartActions(Notification.Action... smartActions) { in setSmartActions()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | SaveImageInBackgroundTask.java | 147 List<Notification.Action> smartActions = new ArrayList<>(); in doInBackground() local
|
D | ScreenshotController.java | 128 public List<Notification.Action> smartActions; field in ScreenshotController.SavedImageData
|