Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java272 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL) in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java459 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL); in createFailureIntent()
DComputerEngine.java2387 if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) { in isInstantAppResolutionAllowed()
DPackageManagerService.java2842 | Intent.FLAG_IGNORE_EPHEMERAL
/frameworks/base/core/java/android/content/
DIntent.java7011 FLAG_IGNORE_EPHEMERAL,
7059 FLAG_IGNORE_EPHEMERAL,
7199 public static final int FLAG_IGNORE_EPHEMERAL = 0x80000000; field in Intent
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10618 Landroid/content/Intent;->FLAG_IGNORE_EPHEMERAL:I