Home
last modified time | relevance | path

Searched refs:getSmartReplies (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DInflatedSmartRepliesTest.java123 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noAppGeneratedSmartSuggestions()
141 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
155 assertThat(smartReplyState.getSmartReplies().choices) in chooseSmartRepliesAndActions_appGeneratedSmartReplies()
173 assertThat(smartReplyState.getSmartReplies().choices) in chooseSmartRepliesAndActions_appGeneratedSmartRepliesAndActions()
196 assertThat(smartReplyState.getSmartReplies().choices) in chooseSmartRepliesAndActions_sysGeneratedSmartReplies()
216 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
235 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedSmartActions()
268 assertThat(smartReplyState.getSmartReplies()).isNull(); in chooseSmartRepliesAndActions_sysGeneratedPhishingSmartAction()
295 assertThat(smartReplyState.getSmartReplies().choices) in chooseSmartRepliesAndActions_appGenPreferredOverSysGen()
344 assertThat(smartReplyState.getSmartReplies().choices) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartRepliesUnaffected()
[all …]
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordExtractorDataTest.java55 r.getSmartReplies(), in testHasDiffs_noDiffs()
83 r.getSmartReplies(), in testHasDiffs_proposedImportanceChange()
117 r.getSmartReplies(), in testHasDiffs_autoBundled()
152 r.getSmartReplies(), in testHasDiffs_sensitiveContentChange()
H A DNotificationListenerServiceTest.java152 assertEquals(getSmartReplies(key, i), ranking.getSmartReplies()); in testRanking()
223 (ArrayList) tweak.getSmartReplies(), in testRankingUpdate_equals()
306 getSmartReplies(key, i), in generateUpdate()
407 private ArrayList<CharSequence> getSmartReplies(String key, int index) { in getSmartReplies() method in NotificationListenerServiceTest
485 assertEquals(comment, a.getSmartReplies(), b.getSmartReplies()); in detailedAssertEquals()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordExtractorData.java93 || !Objects.equals(mSmartReplies, r.getSmartReplies()) in hasDiffForRankingLocked()
115 || !Objects.equals(mSmartReplies, r.getSmartReplies()) in hasDiffForLoggingLocked()
H A DNotificationRecord.java730 getSmartReplies().toString()); in applyAdjustments()
1353 public ArrayList<CharSequence> getSmartReplies() { in getSmartReplies() method in NotificationRecord
H A DNotificationManagerService.java9020 r.getSmartReplies(),
10288 record.getSmartReplies(),
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationUiAdjustment.java60 entry.getKey(), entry.getSmartActions(), entry.getSmartReplies(), in extractFromNotificationEntry()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/
H A DRankingBuilder.java86 mSmartReplies = copyList(ranking.getSmartReplies()); in RankingBuilder()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DNotificationEntry.java381 public @NonNull List<CharSequence> getSmartReplies() { in getSmartReplies() method in NotificationEntry
382 return mRanking.getSmartReplies(); in getSmartReplies()
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java2014 public @NonNull List<CharSequence> getSmartReplies() { in getSmartReplies() method in NotificationListenerService.Ranking
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DNotificationContentView.java1508 mCurrentSmartReplyState.getSmartReplies();
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/services/
H A Dart-profile5263 HSPLcom/android/server/notification/NotificationRecord;->getSmartReplies()Ljava/util/ArrayList;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt40991 method @NonNull public java.util.List<java.lang.CharSequence> getSmartReplies();