Searched refs:SOURCE_CHOICE (Results 1 – 5 of 5) 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
160 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_intentContainsResultsAndSource()190 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testSendSmartReply_waitsForKeyguard()233 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_afterInitDelay_clickReceived()248 assertEquals(RemoteInput.SOURCE_CHOICE, RemoteInput.getResultsSource(resultIntent)); in testTapSmartReply_withoutDelayedOnClickListener_bypassesDelay()
153 RemoteInput.setResultsSource(fillInIntent, RemoteInput.SOURCE_CHOICE); in sendRemoteInput()
290 RemoteInput.setResultsSource(intent, RemoteInput.SOURCE_CHOICE); in inflateReplyButton()
6069 field public static final int SOURCE_CHOICE = 1; // 0x1