/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | InflatedSmartRepliesTest.java | 124 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/ |
D | SaveImageInBackgroundTaskTest.kt | 122 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()
|
D | ScreenshotNotificationSmartActionsTest.java | 102 List<Notification.Action> actions = mScreenshotSmartActions.getSmartActions( in testExceptionHandlingInGetSmartActions()
|
/frameworks/base/core/tests/coretests/src/android/service/notification/ |
D | NotificationRankingUpdateTest.java | 118 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/ |
D | NotificationListenerServiceTest.java | 163 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
|
D | NotificationManagerServiceTest.java | 12864 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/ |
D | SaveImageInBackgroundTask.java | 154 mScreenshotSmartActions.getSmartActions( in doInBackground() 323 mScreenshotSmartActions.getSmartActions( in queryQuickShareAction()
|
D | ScreenshotSmartActions.java | 113 List<Notification.Action> getSmartActions(String screenshotId, in getSmartActions() method in ScreenshotSmartActions
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationUiAdjustment.java | 60 entry.getKey(), entry.getSmartActions(), entry.getSmartReplies(), in extractFromNotificationEntry()
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationRankingUpdate.java | 189 List<Notification.Action> smartActions = ranking.getSmartActions(); in writeToParcel()
|
D | NotificationListenerService.java | 2027 public @NonNull List<Notification.Action> getSmartActions() { in getSmartActions() method in NotificationListenerService.Ranking
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
D | RankingBuilder.java | 85 mSmartActions = copyList(ranking.getSmartActions()); in RankingBuilder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 395 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/ |
D | NotificationEntryTest.java | 246 assertEquals(systemGeneratedSmartActions, entry.getSmartActions()); in testCreateNotificationDataEntry_RankingUpdate()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | NotificationContentView.java | 1618 mCurrentSmartReplyState.getSmartActions();
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 41248 method @NonNull public java.util.List<android.app.Notification.Action> getSmartActions();
|