/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | InflatedSmartRepliesTest.java | 123 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 D | NotificationRecordExtractorDataTest.java | 55 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 D | NotificationListenerServiceTest.java | 152 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 D | NotificationRecordExtractorData.java | 93 || !Objects.equals(mSmartReplies, r.getSmartReplies()) in hasDiffForRankingLocked() 115 || !Objects.equals(mSmartReplies, r.getSmartReplies()) in hasDiffForLoggingLocked()
|
H A D | NotificationRecord.java | 730 getSmartReplies().toString()); in applyAdjustments() 1353 public ArrayList<CharSequence> getSmartReplies() { in getSmartReplies() method in NotificationRecord
|
H A D | NotificationManagerService.java | 9020 r.getSmartReplies(), 10288 record.getSmartReplies(),
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | NotificationUiAdjustment.java | 60 entry.getKey(), entry.getSmartActions(), entry.getSmartReplies(), in extractFromNotificationEntry()
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/ |
H A D | RankingBuilder.java | 86 mSmartReplies = copyList(ranking.getSmartReplies()); in RankingBuilder()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
H A D | NotificationEntry.java | 381 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 D | NotificationListenerService.java | 2014 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 D | NotificationContentView.java | 1508 mCurrentSmartReplyState.getSmartReplies();
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/services/ |
H A D | art-profile | 5263 HSPLcom/android/server/notification/NotificationRecord;->getSmartReplies()Ljava/util/ArrayList;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 40991 method @NonNull public java.util.List<java.lang.CharSequence> getSmartReplies();
|