Searched refs:origIntent (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 102 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 …]
|
D | PackageManagerService.java | 6729 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/ |
D | InstantAppRequest.java | 32 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()
|
D | LabeledIntent.java | 43 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()
|
D | PackageManagerInternal.java | 510 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 15156 Landroid/content/pm/InstantAppRequest;->origIntent:Landroid/content/Intent;
|