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

/frameworks/base/core/java/android/app/
H A DWallpaperManager.java181 FLAG_LOCK
194 public static final int FLAG_LOCK = 1 << 1; field in class:WallpaperManager
376 if (which != FLAG_LOCK && which != FLAG_SYSTEM) {
609 if (which != FLAG_SYSTEM && which != FLAG_LOCK) {
839 * this method will return {@code null} when requesting {@link #FLAG_LOCK} rather than
844 * {@link #FLAG_LOCK}.
849 * @see #FLAG_LOCK
908 * {@link #FLAG_LOCK}.
919 * {@link #FLAG_LOCK}
935 * {@link #FLAG_LOCK}
[all...]

Completed in 317 milliseconds