Searched defs:FLAG_IMMUTABLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DPendingIntent.java110 FLAG_IMMUTABLE,
168 public static final int FLAG_IMMUTABLE = 1<<26; field in class:PendingIntent
472 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
542 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
595 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
625 * {@link #FLAG_IMMUTABLE} or any of the flags as supported by
713 * original Intent. If flag {@link #FLAG_IMMUTABLE} was set when this
763 * If flag {@link #FLAG_IMMUTABLE} was set when this pending intent was
801 * If flag {@link #FLAG_IMMUTABLE} was set when this pending intent was
846 * If flag {@link #FLAG_IMMUTABLE} wa
[all...]
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java93 public static final int FLAG_IMMUTABLE = 1 << 8; field in class:ShortcutInfo
121 FLAG_IMMUTABLE,
1565 return hasFlags(FLAG_IMMUTABLE);
1596 return hasFlags(FLAG_IMMUTABLE);

Completed in 53 milliseconds