Searched defs:needsPhaseTwo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DAuxiliaryResolveInfo.java44 public final boolean needsPhaseTwo; field in class:AuxiliaryResolveInfo
64 this.needsPhaseTwo = needsPhase2;
83 this.needsPhaseTwo = false;
/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java200 false /*needsPhaseTwo*/);
246 boolean needsPhaseTwo) {
263 if (!needsPhaseTwo) {
233 buildEphemeralInstallerIntent( @onNull String action, @NonNull Intent origIntent, @NonNull Intent failureIntent, @NonNull String callingPackage, @Nullable Bundle verificationBundle, @NonNull String resolvedType, int userId, @NonNull String instantAppPackageName, @Nullable String instantAppSplitName, @Nullable ComponentName installFailureActivity, int versionCode, @Nullable String token, boolean needsPhaseTwo) argument

Completed in 487 milliseconds