Home
last modified time | relevance | path

Searched refs:needsPhaseTwo (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/content/pm/
DAuxiliaryResolveInfo.java42 public final boolean needsPhaseTwo; field in AuxiliaryResolveInfo
56 this.needsPhaseTwo = needsPhase2; in AuxiliaryResolveInfo()
70 this.needsPhaseTwo = false; in AuxiliaryResolveInfo()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java259 boolean needsPhaseTwo, in buildEphemeralInstallerIntent() argument
280 if (needsPhaseTwo) { in buildEphemeralInstallerIntent()
/frameworks/base/services/core/java/com/android/server/am/
DActivityStarter.java879 if (auxiliaryResponse != null && auxiliaryResponse.needsPhaseTwo) { in createLaunchIntent()
895 auxiliaryResponse != null && auxiliaryResponse.needsPhaseTwo, in createLaunchIntent()