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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStarter.java876 private @NonNull Intent createLaunchIntent(@Nullable AuxiliaryResolveInfo auxiliaryResponse, argument
879 if (auxiliaryResponse != null && auxiliaryResponse.needsPhaseTwo) {
882 auxiliaryResponse, originalIntent, resolvedType, callingPackage,
888 auxiliaryResponse == null ? null : auxiliaryResponse.failureIntent,
893 auxiliaryResponse == null ? null : auxiliaryResponse.installFailureActivity,
894 auxiliaryResponse == null ? null : auxiliaryResponse
[all...]

Completed in 86 milliseconds