Home
last modified time | relevance | path

Searched refs:FLAG_ACTIVITY_MATCH_EXTERNAL (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java19 import static android.content.Intent.FLAG_ACTIVITY_MATCH_EXTERNAL;
185 if (resolveInfo == null && (origIntent.getFlags() & FLAG_ACTIVITY_MATCH_EXTERNAL) != 0) { in doInstantAppResolutionPhaseOne()
403 && (origIntent.getFlags() & Intent.FLAG_ACTIVITY_MATCH_EXTERNAL) == 0); in filterInstantAppIntent()
456 failureIntent.setFlags(failureIntent.getFlags() & ~Intent.FLAG_ACTIVITY_MATCH_EXTERNAL); in createFailureIntent()
H A DComputerEngine.java1253 || (intent.getFlags() & Intent.FLAG_ACTIVITY_MATCH_EXTERNAL) != 0) in applyPostResolutionFilter()
2323 || (intent.getFlags() & Intent.FLAG_ACTIVITY_MATCH_EXTERNAL) == 0) { in isInstantAppResolutionAllowed()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DResolverListController.java154 || (intent.getFlags() & Intent.FLAG_ACTIVITY_MATCH_EXTERNAL) != 0) { in getResolversForIntentAsUserInternal()
/aosp14/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DSaveUi.java222 intent.addFlags(Intent.FLAG_ACTIVITY_MATCH_EXTERNAL); in SaveUi()
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6737 FLAG_ACTIVITY_MATCH_EXTERNAL,
6785 FLAG_ACTIVITY_MATCH_EXTERNAL,
7223 public static final int FLAG_ACTIVITY_MATCH_EXTERNAL = 0x00000800; field in Intent
8530 intent.addFlags(Intent.FLAG_ACTIVITY_MATCH_EXTERNAL); in parseCommandArgs()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskSupervisor.java747 || (intent.getFlags() & Intent.FLAG_ACTIVITY_MATCH_EXTERNAL) != 0) { in resolveIntent()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt11096 field public static final int FLAG_ACTIVITY_MATCH_EXTERNAL = 2048; // 0x800