Searched refs:SOURCE_CHOICE (Results 1 – 6 of 6) sorted by relevance
86 @IntDef(prefix = {"SOURCE_"}, value = {SOURCE_FREE_FORM_INPUT, SOURCE_CHOICE})94 public static final int SOURCE_CHOICE = 1; field in RemoteInput
162 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()
153 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in sendRemoteInput()
293 RemoteInput.setResultsSource(intent, RemoteInput.SOURCE_CHOICE); in inflateReplyButton()
6072 field public static final int SOURCE_CHOICE = 1; // 0x1