Home
last modified time | relevance | path

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

/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DPreviewFragment.java163 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in PreviewFragment
358 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
359 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
361 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
487 mStagedSetWallpaperErrorDialogFragment = newFragment; in showSetWallpaperErrorDialog()
H A DTopLevelPickerActivity.java147 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in TopLevelPickerActivity
208 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
209 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
211 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
1124 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
H A DIndividualPickerFragment.java269 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in IndividualPickerFragment
711 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
712 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
714 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
1006 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()