Home
last modified time | relevance | path

Searched refs:SOURCE_CHOICE (Results 1 – 6 of 6) 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.java162 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_intentContainsResultsAndSource()
194 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_waitsForKeyguard()
237 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_afterInitDelay_clickReceived()
252 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DRemoteInputView.java153 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in sendRemoteInput()
DSmartReplyView.java293 RemoteInput.setResultsSource(intent, RemoteInput.SOURCE_CHOICE); in inflateReplyButton()
/frameworks/base/non-updatable-api/
Dcurrent.txt6072 field public static final int SOURCE_CHOICE = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt6072 field public static final int SOURCE_CHOICE = 1; // 0x1