Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DCurrentWallpaperAssetVN.java26 import com.android.wallpaper.compat.WallpaperManagerCompat.WallpaperLocation;
45 @WallpaperLocation
48 public CurrentWallpaperAssetVN(Context context, @WallpaperLocation int wallpaperManagerFlag) { in CurrentWallpaperAssetVN()
115 @WallpaperLocation int wallpaperFlag) { in CurrentWallpaperVNKey()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCurrentWallpaperInfoVN.java31 import com.android.wallpaper.compat.WallpaperManagerCompat.WallpaperLocation;
64 @WallpaperLocation
76 @WallpaperLocation int wallpaperManagerFlag) { in CurrentWallpaperInfoVN()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/compat/
DWallpaperManagerCompat.java79 public abstract int getWallpaperId(@WallpaperLocation int whichWallpaper); in getWallpaperId()
101 public @interface WallpaperLocation { annotation in WallpaperManagerCompat
DWallpaperManagerCompatVN.java52 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
DWallpaperManagerCompatV16.java60 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperManagerCompat.java89 public int getWallpaperId(@WallpaperLocation int whichWallpaper) { in getWallpaperId()
112 public void setWallpaperId(@WallpaperLocation int whichWallpaper, int wallpaperId) { in setWallpaperId()