Home
last modified time | relevance | path

Searched refs:FLAG_IGNORE_EPHEMERAL (Results 1 – 3 of 3) 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()
/frameworks/base/core/java/android/content/
DIntent.java5998 FLAG_IGNORE_EPHEMERAL,
6045 FLAG_IGNORE_EPHEMERAL,
6179 public static final int FLAG_IGNORE_EPHEMERAL = 0x00000200; field in Intent