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()
1093 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/
DIndividualPickerFragment.java164 private SetWallpaperErrorDialogFragment mStagedSetWallpaperErrorDialogFragment; field in IndividualPickerFragment
463 if (mStagedSetWallpaperErrorDialogFragment != null) { in onResume()
464 mStagedSetWallpaperErrorDialogFragment.show( in onResume()
466 mStagedSetWallpaperErrorDialogFragment = null; in onResume()
699 mStagedSetWallpaperErrorDialogFragment = dialogFragment; in showSetWallpaperErrorDialog()