Home
last modified time | relevance | path

Searched refs:setSmartReplies (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java174 setSmartReplies(TEST_CHOICES); in testSendSmartReply_intentContainsResultsAndSource()
187 setSmartReplies(TEST_CHOICES); in testSendSmartReply_keyguardCancelled()
200 setSmartReplies(TEST_CHOICES); in testSendSmartReply_waitsForKeyguard()
218 setSmartReplies(TEST_CHOICES); in testSendSmartReply_controllerCalled()
227 setSmartReplies(TEST_CHOICES); in testSendSmartReply_hidesContainer()
236 setSmartReplies(TEST_CHOICES); in testTapSmartReply_beforeInitDelay_blocked()
247 setSmartReplies(TEST_CHOICES); in testTapSmartReply_afterInitDelay_clickReceived()
264 setSmartReplies(TEST_CHOICES, false /* useDelayedOnClickListener */); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay()
300 setSmartReplies(choices); in testMeasure_shortChoices()
319 setSmartReplies(choices); in testLayout_shortChoices()
[all …]
DInflatedSmartRepliesTest.java132 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_smartRepliesOff_noSystemGeneratedSmartSuggestions()
190 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_sysGeneratedSmartReplies()
211 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_noSysGeneratedSmartRepliesIfNotAllowed()
288 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_appGenPreferredOverSysGen()
313 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_disallowSysGenSmartActions()
337 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartRepliesUnaffected()
375 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_lockTaskKioskModeEnabled_smartActionsAffected()
399 .setSmartReplies(createReplies("Sys Smart Reply 1", "Sys Smart Reply 2")) in chooseSmartRepliesAndActions_screenPinningModeEnabled_suggestionsUnaffected()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntryBuilder.java311 public NotificationEntryBuilder setSmartReplies(ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in NotificationEntryBuilder
312 mRankingBuilder.setSmartReplies(smartReplies); in setSmartReplies()
316 public NotificationEntryBuilder setSmartReplies(CharSequence... smartReplies) { in setSmartReplies() method in NotificationEntryBuilder
317 mRankingBuilder.setSmartReplies(smartReplies); in setSmartReplies()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DRankingBuilder.java237 public RankingBuilder setSmartReplies(@NonNull ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in RankingBuilder
242 public RankingBuilder setSmartReplies(CharSequence... smartReplies) { in setSmartReplies() method in RankingBuilder
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java677 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()
1250 public void setSmartReplies(ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in NotificationRecord
/frameworks/base/services/
Dart-profile27256 PLcom/android/server/notification/NotificationRecord;->setSmartReplies(Ljava/util/ArrayList;)V