Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCategoryFragment.java119 private static final int SETTINGS_APP_INFO_REQUEST_CODE = 1; field in CategoryFragment
358 if (requestCode == SETTINGS_APP_INFO_REQUEST_CODE) { in onActivityResult()
572 startActivityForResult(appInfoIntent, SETTINGS_APP_INFO_REQUEST_CODE); in showPermissionNeededDialog()
H A DCategorySelectorFragment.java74 private static final int SETTINGS_APP_INFO_REQUEST_CODE = 1; field in CategorySelectorFragment
544 appInfoIntent, SETTINGS_APP_INFO_REQUEST_CODE); in onPermissionsDenied()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
H A DWallpaperSectionController.java76 private static final int SETTINGS_APP_INFO_REQUEST_CODE = 1; field in WallpaperSectionController
320 SETTINGS_APP_INFO_REQUEST_CODE); in showPermissionNeededDialog()