Home
last modified time | relevance | path

Searched defs:origIntent (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java102 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()
361 Intent origIntent, String resolvedType, int userId, String packageName, in filterInstantAppIntent()
417 private static Intent createFailureIntent(Intent origIntent, String token) { in createFailureIntent()
436 Intent origIntent, String resolvedType, int userId, String packageName, String token, in computeResolveFilters()
/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()
DLabeledIntent.java43 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent()
61 public LabeledIntent(Intent origIntent, String sourcePackage, in LabeledIntent()
DPackageManagerInternal.java510 Intent origIntent, String resolvedType, String callingPackage, in requestInstantAppResolutionPhaseTwo()