Searched refs:FLAG_LOCK (Results 1 – 6 of 6) sorted by relevance
169 FLAG_LOCK182 public static final int FLAG_LOCK = 1 << 1; field in WallpaperManager490 if (which != FLAG_SYSTEM && which != FLAG_LOCK) { in getBuiltInDrawable()748 if (which != FLAG_SYSTEM && which != FLAG_LOCK) { in getWallpaperFile()1562 if ((which & FLAG_LOCK) != 0) { in clear()1563 clearWallpaper(FLAG_LOCK, mContext.getUserId()); in clear()1578 if (which == FLAG_LOCK) { in openDefaultWallpaper()
19 import static android.app.WallpaperManager.FLAG_LOCK;285 || (wallpaper.whichPending & FLAG_LOCK) != 0) { in onEvent()1030 if (which != FLAG_SYSTEM && which != FLAG_LOCK) { in clearWallpaperLocked()1035 if (which == FLAG_LOCK) { in clearWallpaperLocked()1061 if (which == FLAG_LOCK) { in clearWallpaperLocked()1248 if (which != FLAG_SYSTEM && which != FLAG_LOCK) { in getWallpaper()1254 (which == FLAG_LOCK) ? mLockWallpaperMap : mWallpaperMap; in getWallpaper()1302 if (which != FLAG_SYSTEM && which != FLAG_LOCK) { in getWallpaperIdForUser()1307 (which == FLAG_LOCK) ? mLockWallpaperMap : mWallpaperMap; in getWallpaperIdForUser()1332 if ((which & (FLAG_LOCK|FLAG_SYSTEM)) == 0) { in setWallpaper()[all …]
104 WallpaperManager.FLAG_LOCK, lockWallpaperUserId); in loadBitmap()
5810 field public static final int FLAG_LOCK = 2; // 0x2
5816 field public static final int FLAG_LOCK = 2; // 0x2
5963 field public static final int FLAG_LOCK = 2; // 0x2