Home
last modified time | relevance | path

Searched refs:READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE (Results 1 – 2 of 2) 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.java64 public static final int READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE = 3; field in WallpaperPickerDelegate
149 READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE); in requestExternalStoragePermission()
422 if (requestCode == WallpaperPickerDelegate.READ_EXTERNAL_STORAGE_PERMISSION_REQUEST_CODE in onRequestPermissionsResult()