Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCreativeCategory.java148 Uri wallpapersUri = Uri.parse((String) metaData.get(KEY_WALLPAPER_CREATIVE_WALLPAPERS)); in readCreativeWallpapers() local
151 wallpapersUri.getAuthority())) { in readCreativeWallpapers()
152 try (Cursor cursor = client.query(wallpapersUri, /* projection= */ null, in readCreativeWallpapers()