Home
last modified time | relevance | path

Searched refs:origIntent (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java102 public static Intent sanitizeIntent(Intent origIntent) { in sanitizeIntent() argument
104 sanitizedIntent = new Intent(origIntent.getAction()); in sanitizeIntent()
105 Set<String> categories = origIntent.getCategories(); in sanitizeIntent()
111 Uri sanitizedUri = origIntent.getData() == null in sanitizeIntent()
113 : Uri.fromParts(origIntent.getScheme(), "", ""); in sanitizeIntent()
114 sanitizedIntent.setDataAndType(sanitizedUri, origIntent.getType()); in sanitizeIntent()
115 sanitizedIntent.addFlags(origIntent.getFlags()); in sanitizeIntent()
116 sanitizedIntent.setPackage(origIntent.getPackage()); in sanitizeIntent()
127 final Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseOne() local
128 final Intent sanitizedIntent = sanitizeIntent(origIntent); in doInstantAppResolutionPhaseOne()
[all …]
DPackageManagerService.java6729 Intent origIntent, String resolvedType, String callingPackage,
6732 new InstantAppRequest(responseObj, origIntent, resolvedType,
24695 Intent origIntent, String resolvedType, String callingPackage,
24698 responseObj, origIntent, resolvedType, callingPackage, verificationBundle,
/frameworks/base/core/java/android/content/pm/
DInstantAppRequest.java32 public final Intent origIntent; field in InstantAppRequest
48 public InstantAppRequest(AuxiliaryResolveInfo responseObj, Intent origIntent, in InstantAppRequest() argument
52 this.origIntent = origIntent; in InstantAppRequest()
58 if (origIntent.getData() != null && !TextUtils.isEmpty(origIntent.getData().getHost())) { in InstantAppRequest()
60 origIntent.getData().getHost(), 5 /*maxDigests*/); in InstantAppRequest()
DLabeledIntent.java43 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent() argument
45 super(origIntent); in LabeledIntent()
61 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent() argument
63 super(origIntent); in LabeledIntent()
DPackageManagerInternal.java510 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo() argument
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt15156 Landroid/content/pm/InstantAppRequest;->origIntent:Landroid/content/Intent;