Searched defs:origIntent (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/pm/ |
D | InstantAppResolver.java | 102 public static Intent sanitizeIntent(Intent origIntent) { in sanitizeIntent() 127 final Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseOne() local 182 final Intent origIntent = requestObj.origIntent; in doInstantAppResolutionPhaseTwo() local 249 public static Intent buildEphemeralInstallerIntent( in buildEphemeralInstallerIntent() 368 Intent origIntent, String resolvedType, int userId, String packageName, in filterInstantAppIntent() 424 private static Intent createFailureIntent(Intent origIntent, String token) { in createFailureIntent() 443 Intent origIntent, String resolvedType, int userId, String packageName, String token, in computeResolveFilters()
|
/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()
|
D | LabeledIntent.java | 43 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent() 61 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent()
|
D | PackageManagerInternal.java | 369 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo()
|