Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java304 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL) in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java450 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL); in createFailureIntent()
DPackageManagerService.java4178 if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) { in isInstantAppResolutionAllowed()
8450 | Intent.FLAG_IGNORE_EPHEMERAL in getInstantAppInstallerLPr()
/frameworks/base/core/java/android/content/
DIntent.java6196 FLAG_IGNORE_EPHEMERAL,
6243 FLAG_IGNORE_EPHEMERAL,
6377 public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; field in Intent
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13496 Landroid/content/Intent;->FLAG_IGNORE_EPHEMERAL:I