Home
last modified time | relevance | path

Searched refs:auxiliaryResponse (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityStarter.java1369 private @NonNull Intent createLaunchIntent(@Nullable AuxiliaryResolveInfo auxiliaryResponse, in createLaunchIntent() argument
1372 if (auxiliaryResponse != null && auxiliaryResponse.needsPhaseTwo) { in createLaunchIntent()
1377 auxiliaryResponse, originalIntent, resolvedType, callingPackage, in createLaunchIntent()
1383 auxiliaryResponse == null ? null : auxiliaryResponse.failureIntent, in createLaunchIntent()
1389 auxiliaryResponse == null ? null : auxiliaryResponse.installFailureActivity, in createLaunchIntent()
1390 auxiliaryResponse == null ? null : auxiliaryResponse.token, in createLaunchIntent()
1391 auxiliaryResponse != null && auxiliaryResponse.needsPhaseTwo, in createLaunchIntent()
1392 auxiliaryResponse == null ? null : auxiliaryResponse.filters); in createLaunchIntent()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DComputerEngine.java1388 AuxiliaryResolveInfo auxiliaryResponse = null; in maybeAddInstantAppInstaller() local
1402 auxiliaryResponse = InstantAppResolver.doInstantAppResolutionPhaseOne(this, in maybeAddInstantAppInstaller()
1412 auxiliaryResponse = new AuxiliaryResolveInfo(null /* failureActivity */, in maybeAddInstantAppInstaller()
1417 if (intent.isWebIntent() && auxiliaryResponse == null) { in maybeAddInstantAppInstaller()
1444 ephemeralInstaller.auxiliaryInfo = auxiliaryResponse; in maybeAddInstantAppInstaller()