Home
last modified time | relevance | path

Searched refs:FLAG_LOCK (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperManager.java169 FLAG_LOCK
182 public static final int FLAG_LOCK = 1 << 1; field in WallpaperManager
490 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()
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java19 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DLockscreenWallpaper.java104 WallpaperManager.FLAG_LOCK, lockWallpaperUserId); in loadBitmap()
/frameworks/base/api/
Dcurrent.txt5810 field public static final int FLAG_LOCK = 2; // 0x2
Dtest-current.txt5816 field public static final int FLAG_LOCK = 2; // 0x2
Dsystem-current.txt5963 field public static final int FLAG_LOCK = 2; // 0x2