Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
H A DWallpaperSetter.java52 private static final String PROGRESS_DIALOG_NO_TITLE = null; field in WallpaperSetter
146 mProgressDialog.setTitle(PROGRESS_DIALOG_NO_TITLE); in setCurrentWallpaper()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerFragment.java133 private static final String PROGRESS_DIALOG_NO_TITLE = null; field in IndividualPickerFragment
823 mProgressDialog.setTitle(PROGRESS_DIALOG_NO_TITLE); in startRotation()