Home
last modified time | relevance | path

Searched refs:FLAG_IGNORE_EPHEMERAL (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DInstantAppNotifier.java271 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL) in postInstantAppNotif()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java455 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL); in createFailureIntent()
H A DComputerEngine.java2310 if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) { in isInstantAppResolutionAllowed()
H A DPackageManagerService.java2696 | Intent.FLAG_IGNORE_EPHEMERAL
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java6736 FLAG_IGNORE_EPHEMERAL,
6784 FLAG_IGNORE_EPHEMERAL,
6919 public static final int FLAG_IGNORE_EPHEMERAL = 0x80000000; field in Intent
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt10618 Landroid/content/Intent;->FLAG_IGNORE_EPHEMERAL:I