Searched refs:origIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/content/pm/ |
D | InstantAppRequest.java | 30 public final Intent origIntent; field in InstantAppRequest 42 public InstantAppRequest(AuxiliaryResolveInfo responseObj, Intent origIntent, in InstantAppRequest() argument 45 this.origIntent = origIntent; 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 | 252 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo() argument
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 101 final Intent intent = requestObj.origIntent; in doInstantAppResolutionPhaseOne() 151 final Intent intent = requestObj.origIntent; in doInstantAppResolutionPhaseTwo() 189 requestObj.origIntent, in doInstantAppResolutionPhaseTwo() 234 @NonNull Intent origIntent, in buildEphemeralInstallerIntent() argument 246 int flags = origIntent.getFlags(); in buildEphemeralInstallerIntent() 256 if (origIntent.getData() != null) { in buildEphemeralInstallerIntent() 257 intent.putExtra(Intent.EXTRA_EPHEMERAL_HOSTNAME, origIntent.getData().getHost()); in buildEphemeralInstallerIntent() 280 final Intent successIntent = new Intent(origIntent); in buildEphemeralInstallerIntent() 310 Intent origIntent, String resolvedType, int userId, String packageName, in filterInstantAppIntent() argument 314 final Intent failureIntent = new Intent(origIntent); in filterInstantAppIntent() [all …]
|