Searched refs:setSmartReplies (Results 1 – 6 of 6) sorted by relevance
174 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 …]
132 .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()
311 public NotificationEntryBuilder setSmartReplies(ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in NotificationEntryBuilder312 mRankingBuilder.setSmartReplies(smartReplies); in setSmartReplies()316 public NotificationEntryBuilder setSmartReplies(CharSequence... smartReplies) { in setSmartReplies() method in NotificationEntryBuilder317 mRankingBuilder.setSmartReplies(smartReplies); in setSmartReplies()
237 public RankingBuilder setSmartReplies(@NonNull ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in RankingBuilder242 public RankingBuilder setSmartReplies(CharSequence... smartReplies) { in setSmartReplies() method in RankingBuilder
677 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()1250 public void setSmartReplies(ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in NotificationRecord
27256 PLcom/android/server/notification/NotificationRecord;->setSmartReplies(Ljava/util/ArrayList;)V