Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStandalonePreviewActivity.java47 private static final int READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE = 1; field in StandalonePreviewActivity
76 READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE); in onCreate()
109 if (requestCode == READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE) { in onRequestPermissionsResult()
DWallpaperPickerDelegate.java66 public static final int READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE = 3; field in WallpaperPickerDelegate
161 READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE); in requestExternalStoragePermission()
434 if (requestCode == WallpaperPickerDelegate.READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE in onRequestPermissionsResult()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/category/ui/view/
DMyPhotosStarterImpl.kt84 WallpaperPickerDelegate.READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE, in requestExternalStoragePermission()