Home
last modified time | relevance | path

Searched refs:setRepliesFromRemoteInput (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java120 setRepliesFromRemoteInput(TEST_CHOICES); in testSendSmartReply_intentContainsResultsAndSource()
133 setRepliesFromRemoteInput(TEST_CHOICES); in testSendSmartReply_keyguardCancelled()
144 setRepliesFromRemoteInput(TEST_CHOICES); in testSendSmartReply_waitsForKeyguard()
162 setRepliesFromRemoteInput(TEST_CHOICES); in testSendSmartReply_controllerCalled()
170 setRepliesFromRemoteInput(TEST_CHOICES); in testSendSmartReply_hidesContainer()
201 setRepliesFromRemoteInput(choices); in testMeasure_shortChoices()
220 setRepliesFromRemoteInput(choices); in testLayout_shortChoices()
238 setRepliesFromRemoteInput(choices); in testMeasure_choiceWithTwoLines()
257 setRepliesFromRemoteInput(choices); in testLayout_choiceWithTwoLines()
276 setRepliesFromRemoteInput(choices); in testMeasure_choiceWithThreeLines()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java176 public void setRepliesFromRemoteInput(RemoteInput remoteInput, PendingIntent pendingIntent, in setRepliesFromRemoteInput() method in SmartReplyView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationContentView.java1406 smartReplyView.setRepliesFromRemoteInput(remoteInput, pendingIntent, in applySmartReplyView()