Searched refs:EXTRA_RESULTS_DATA (Results 1 – 4 of 4) sorted by relevance
76 public static final String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData"; field in RemoteInput432 return clipDataIntent.getParcelableExtra(EXTRA_RESULTS_DATA, android.os.Bundle.class); in getResultsFromIntent()452 Bundle resultsBundle = clipDataIntent.getBundleExtra(EXTRA_RESULTS_DATA); in addResultsToIntent()462 clipDataIntent.putExtra(EXTRA_RESULTS_DATA, resultsBundle); in addResultsToIntent()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4940 … field public static final java.lang.String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData";
7323 field public static final String EXTRA_RESULTS_DATA = "android.remoteinput.resultsData";