Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java155 setSmartReplies(TEST_CHOICES); in testSendSmartReply_intentContainsResultsAndSource()
168 setSmartReplies(TEST_CHOICES); in testSendSmartReply_keyguardCancelled()
181 setSmartReplies(TEST_CHOICES); in testSendSmartReply_waitsForKeyguard()
199 setSmartReplies(TEST_CHOICES); in testSendSmartReply_controllerCalled()
208 setSmartReplies(TEST_CHOICES); in testSendSmartReply_hidesContainer()
217 setSmartReplies(TEST_CHOICES); in testTapSmartReply_beforeInitDelay_blocked()
228 setSmartReplies(TEST_CHOICES); in testTapSmartReply_afterInitDelay_clickReceived()
245 setSmartReplies(TEST_CHOICES, false /* useDelayedOnClickListener */); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay()
281 setSmartReplies(choices); in testMeasure_shortChoices()
300 setSmartReplies(choices); in testLayout_shortChoices()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecord.java650 setSmartReplies(signals.getCharSequenceArrayList(Adjustment.KEY_TEXT_REPLIES)); in applyAdjustments()
1162 public void setSmartReplies(ArrayList<CharSequence> smartReplies) { in setSmartReplies() method in NotificationRecord