Home
last modified time | relevance | path

Searched refs:RESULTS_CLIP_LABEL (Results 1 – 5 of 5) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java26 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results"; field in RemoteInputCompatJellybean
88 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
105 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent)); in addResultsToIntent()
/frameworks/base/core/java/android/app/
DRemoteInput.java62 public static final String RESULTS_CLIP_LABEL = "android.remoteinput.results"; field in RemoteInput
255 if (clipDescription.getLabel().equals(RESULTS_CLIP_LABEL)) { in getResultsFromIntent()
283 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent)); in addResultsToIntent()
/frameworks/support/v4/java/android/support/v4/app/
DRemoteInput.java32 public static final String RESULTS_CLIP_LABEL = RemoteInputCompatJellybean.RESULTS_CLIP_LABEL; field in RemoteInput
/frameworks/base/api/
Dsystem-current.txt5031 field public static final java.lang.String RESULTS_CLIP_LABEL = "android.remoteinput.results";
Dcurrent.txt4941 field public static final java.lang.String RESULTS_CLIP_LABEL = "android.remoteinput.results";