Home
last modified time | relevance | path

Searched refs:getSmartActions (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DInflatedSmartRepliesTest.java124 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
142 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
158 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_appGeneratedSmartReplies()
176 assertThat(smartReplyState.getSmartActions().actions) in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions()
178 assertThat(smartReplyState.getSmartActions().fromAssistant).isFalse(); in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions()
199 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedSmartReplies()
217 assertThat(smartReplyState.getSmartActions()).isNull(); in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
236 assertThat(smartReplyState.getSmartActions().actions) in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
237 .containsExactlyElementsIn(mEntry.getSmartActions()).inOrder(); in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
238 assertThat(smartReplyState.getSmartActions().fromAssistant).isTrue(); in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTaskTest.kt122 smartActions.getSmartActions( in testQueryQuickShare_noAction()
144 smartActions.getSmartActions( in testQueryQuickShare_withActions()
181 smartActions.getSmartActions( in testCreateQuickShareAction_immutableIntentDifferentAction_returnsNull()
211 smartActions.getSmartActions( in testCreateQuickShareAction_mutableIntent_returnsSafeIntent()
246 smartActions.getSmartActions( in testCreateQuickShareAction_immutableIntent_returnsSafeIntent()
DScreenshotNotificationSmartActionsTest.java102 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions()
/frameworks/base/core/tests/coretests/src/android/service/notification/
DNotificationRankingUpdateTest.java118 getSmartActions(key, i, context), in generateUpdate()
253 public static ArrayList<Notification.Action> getSmartActions(String key, in getSmartActions() method in NotificationRankingUpdateTest
398 assertActionsEqual(a.getSmartActions(), b.getSmartActions()); in detailedAssertEquals()
544 (ArrayList) tweak.getSmartActions(), in testRankingUpdate_equals_legacy()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationListenerServiceTest.java163 assertActionsEqual(getSmartActions(key, i), ranking.getSmartActions()); in testRanking()
241 getSmartActions(key, i), in generateUpdate()
330 private ArrayList<Notification.Action> getSmartActions(String key, int index) { in getSmartActions() method in NotificationListenerServiceTest
DNotificationManagerServiceTest.java12864 assertEquals(0, ranking.getSmartActions().size());
12868 assertEquals(0, ranking2.getSmartActions().size());
12888 assertEquals(1, ranking.getSmartActions().size());
12910 assertEquals(1, ranking.getSmartActions().size());
12918 assertEquals(1, ranking.getSmartActions().size());
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DSaveImageInBackgroundTask.java154 mScreenshotSmartActions.getSmartActions( in doInBackground()
323 mScreenshotSmartActions.getSmartActions( in queryQuickShareAction()
DScreenshotSmartActions.java113 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() method in ScreenshotSmartActions
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationUiAdjustment.java60 entry.getKey(), entry.getSmartActions(), entry.getSmartReplies(), in extractFromNotificationEntry()
/frameworks/base/core/java/android/service/notification/
DNotificationRankingUpdate.java189 List<Notification.Action> smartActions = ranking.getSmartActions(); in writeToParcel()
DNotificationListenerService.java2027 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationListenerService.Ranking
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
DRankingBuilder.java85 mSmartActions = copyList(ranking.getSmartActions()); in RankingBuilder()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java395 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationEntry
396 return mRanking.getSmartActions(); in getSmartActions()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryTest.java246 assertEquals(systemGeneratedSmartActions, entry.getSmartActions()); in testCreateNotificationDataEntry_RankingUpdate()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DNotificationContentView.java1618 mCurrentSmartReplyState.getSmartActions();
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt41248 method @NonNull public java.util.List<android.app.Notification.Action> getSmartActions();