Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java162 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in PreviewFragment
330 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
331 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
333 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
551 mStagedSetWallpaperErrorDialogFragment = newFragment; in showSetWallpaperErrorDialog()
DTopLevelPickerActivity.java144 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in TopLevelPickerActivity
199 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
200 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
202 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
1094 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java195 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in IndividualPickerFragment
545 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
546 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
548 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
827 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()