Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DInstantAppNotifier.java298 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL) in postInstantAppNotif()
/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java419 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL); in createFailureIntent()
DPackageManagerService.java609 sBrowserIntent.addFlags(Intent.FLAG_IGNORE_EPHEMERAL);
3889 | Intent.FLAG_IGNORE_EPHEMERAL in getInstantAppInstallerLPr()
6679 if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) {
/frameworks/base/core/java/android/content/
DIntent.java5670 FLAG_IGNORE_EPHEMERAL,
5715 FLAG_IGNORE_EPHEMERAL,
5849 public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; field in Intent