Searched refs:EXTRA_RESULTS_SOURCE (Results 1 – 2 of 2) sorted by relevance
83 private static final String EXTRA_RESULTS_SOURCE = "android.remoteinput.resultsSource"; field in RemoteInput520 clipDataIntent.putExtra(EXTRA_RESULTS_SOURCE, source); in setResultsSource()541 return clipDataIntent.getExtras().getInt(EXTRA_RESULTS_SOURCE, SOURCE_FREE_FORM_INPUT); in getResultsSource()
8926 Landroid/app/RemoteInput;->EXTRA_RESULTS_SOURCE:Ljava/lang/String;