Home
last modified time | relevance | path

Searched refs:clipIntent (Results 1 – 3 of 3) sorted by relevance

/frameworks/support/v4/jellybean/android/support/v4/app/
DRemoteInputCompatJellybean.java103 Intent clipIntent = new Intent(); in addResultsToIntent() local
104 clipIntent.putExtra(EXTRA_RESULTS_DATA, resultsBundle); in addResultsToIntent()
105 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent)); in addResultsToIntent()
/frameworks/base/core/java/android/app/
DRemoteInput.java281 Intent clipIntent = new Intent(); in addResultsToIntent() local
282 clipIntent.putExtra(EXTRA_RESULTS_DATA, resultsBundle); in addResultsToIntent()
283 intent.setClipData(ClipData.newIntent(RESULTS_CLIP_LABEL, clipIntent)); in addResultsToIntent()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java7576 Intent clipIntent = clip.getItemAt(i).getIntent(); in checkGrantUriPermissionFromIntentLocked() local
7577 if (clipIntent != null) { in checkGrantUriPermissionFromIntentLocked()
7579 callingUid, targetPkg, clipIntent, mode, needed, targetUserId); in checkGrantUriPermissionFromIntentLocked()