Home
last modified time | relevance | path

Searched refs:SOURCE_CHOICE (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/app/
DRemoteInput.java86 @IntDef(prefix = {"SOURCE_"}, value = {SOURCE_FREE_FORM_INPUT, SOURCE_CHOICE})
94 public static final int SOURCE_CHOICE = 1; field in RemoteInput
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DSmartReplyViewTest.java181 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_intentContainsResultsAndSource()
213 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_waitsForKeyguard()
256 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_afterInitDelay_clickReceived()
271 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyStateInflater.kt450 RemoteInput.setResultsSource(intent, RemoteInput.SOURCE_CHOICE) in inflateReplyButton()
DRemoteInputView.java341 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in prepareRemoteInputFromText()
377 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in prepareRemoteInputFromData()
/frameworks/base/core/api/
Dcurrent.txt6518 field public static final int SOURCE_CHOICE = 1; // 0x1