Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DInstantAppResolver.java315 failureIntent.setFlags(failureIntent.getFlags() | Intent.FLAG_IGNORE_EPHEMERAL); in filterInstantAppIntent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java573 .addFlags(Intent.FLAG_IGNORE_EPHEMERAL) in postEphemeralNotif()
/frameworks/base/core/java/android/content/
DIntent.java4909 FLAG_IGNORE_EPHEMERAL,
4952 FLAG_IGNORE_EPHEMERAL,
5080 public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; field in Intent