Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DThirdPartyAppCategory.java61 Intent pickImageIntent = new Intent(Intent.ACTION_GET_CONTENT); in getAll() local
62 pickImageIntent.setType("image/*"); in getAll()
64 context.getPackageManager().queryIntentActivities(pickImageIntent, 0); in getAll()
/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
H A DThirdPartyWallpaperInfo.java62 Intent pickImageIntent = new Intent(Intent.ACTION_GET_CONTENT).setType("image/*"); in getAll() local
65 for (ResolveInfo info : pm.queryIntentActivities(pickImageIntent, 0)) { in getAll()