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

/frameworks/base/services/core/java/com/android/server/pm/
H A DInstantAppResolver.java426 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL);
H A DPackageManagerService.java589 sBrowserIntent.addFlags(Intent.FLAG_IGNORE_EPHEMERAL);
3667 | Intent.FLAG_IGNORE_EPHEMERAL
6083 if ((intent.getFlags() & Intent.FLAG_IGNORE_EPHEMERAL) != 0) {
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarPolicy.java609 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL)
/frameworks/base/core/java/android/content/
H A DIntent.java5258 FLAG_IGNORE_EPHEMERAL,
5302 FLAG_IGNORE_EPHEMERAL,
5431 public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; field in class:Intent

Completed in 226 milliseconds