Home
last modified time | relevance | path

Searched refs:DIALOG_TAG (Results 1 – 24 of 24) sorted by relevance

/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java194 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
195 AVAILABLE_DIALOG_TAGS.add(DvrHistoryDialogFragment.DIALOG_TAG);
196 AVAILABLE_DIALOG_TAGS.add(PinDialogFragment.DIALOG_TAG);
197 AVAILABLE_DIALOG_TAGS.add(FullscreenDialogFragment.DIALOG_TAG);
198 AVAILABLE_DIALOG_TAGS.add(LicenseDialogFragment.DIALOG_TAG);
199 AVAILABLE_DIALOG_TAGS.add(RatingsFragment.AttributionItem.DIALOG_TAG);
200 AVAILABLE_DIALOG_TAGS.add(HalfSizedDialogFragment.DIALOG_TAG);
608 FullscreenDialogFragment.DIALOG_TAG, in showIntroDialog()
616 RecentlyWatchedDialogFragment.DIALOG_TAG, in showRecentlyWatchedDialog()
624 DvrHistoryDialogFragment.DIALOG_TAG, new DvrHistoryDialogFragment(), false); in showDvrHistoryDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DErrorDialog.java33 private static final String DIALOG_TAG = "ErrorDialogTag"; field in ErrorDialog
44 dialog.show(parent.getFragmentManager(), DIALOG_TAG); in show() local
/packages/apps/Settings/src/com/android/settings/network/telephony/
DContactDiscoveryDialogFragment.java42 private static final String DIALOG_TAG = "discovery_dialog:"; field in ContactDiscoveryDialogFragment
116 return DIALOG_TAG + subId; in getFragmentTag()
DRoamingPreferenceController.java45 private static final String DIALOG_TAG = "MobileDataDialog"; field in RoamingPreferenceController
174 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
DMobileDataPreferenceController.java46 private static final String DIALOG_TAG = "MobileDataDialog"; field in MobileDataPreferenceController
180 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/security/
DCredentialStorageActivity.java59 private static final String DIALOG_TAG = "com.android.car.settings.security.RESET_CREDENTIALS"; field in CredentialStorageActivity
99 dialog.show(getSupportFragmentManager(), DIALOG_TAG); in showResetConfirmationDialog() local
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrStopSeriesRecordingDialogFragment.java29 public static final String DIALOG_TAG = "dialog_tag"; field in DvrStopSeriesRecordingDialogFragment
DDvrUiHelper.java361 DvrHalfSizedDialogFragment.DIALOG_TAG, in showDialogFragment()
367 activity.getFragmentManager(), DvrHalfSizedDialogFragment.DIALOG_TAG); in showDialogFragment()
655 activity.getFragmentManager(), DvrStopSeriesRecordingDialogFragment.DIALOG_TAG); in showCancelAllSeriesRecordingDialog()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingsFragment.java385 public static final String DIALOG_TAG = AttributionItem.class.getSimpleName(); field in RatingsFragment.AttributionItem
405 mMainActivity.getOverlayManager().showDialogFragment(DIALOG_TAG, dialog, false); in onSelected()
DParentalControlsFragment.java149 .showDialogFragment(PinDialogFragment.DIALOG_TAG, fragment, true); in getItemList()
/packages/apps/TV/src/com/android/tv/license/
DLicenseSideFragment.java44 .showDialogFragment(LicenseDialogFragment.DIALOG_TAG, dialog, true); in onSelected()
DLicenseDialogFragment.java34 public static final String DIALOG_TAG = LicenseDialogFragment.class.getSimpleName(); field in LicenseDialogFragment
/packages/apps/TV/src/com/android/tv/dialog/
DHalfSizedDialogFragment.java31 public static final String DIALOG_TAG = HalfSizedDialogFragment.class.getSimpleName(); field in HalfSizedDialogFragment
DFullscreenDialogFragment.java31 public static final String DIALOG_TAG = FullscreenDialogFragment.class.getSimpleName(); field in FullscreenDialogFragment
DRecentlyWatchedDialogFragment.java40 public static final String DIALOG_TAG = RecentlyWatchedDialogFragment.class.getSimpleName(); field in RecentlyWatchedDialogFragment
DDvrHistoryDialogFragment.java49 public static final String DIALOG_TAG = DvrHistoryDialogFragment.class.getSimpleName(); field in DvrHistoryDialogFragment
DPinDialogFragment.java77 public static final String DIALOG_TAG = PinDialogFragment.class.getName(); field in PinDialogFragment
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DFallbackHome.java141 PinDialogFragment.DIALOG_TAG); in showPinDialogToUnlockDevice()
DSecurityFragment.java374 PinDialogFragment.DIALOG_TAG); in launchPinDialog()
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
DSettingsFragment.java118 PinDialogFragment.DIALOG_TAG, fragment, true); in getItemList()
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DDvrDetailsFragment.java271 .show(getActivity().getFragmentManager(), PinDialogFragment.DIALOG_TAG); in checkPinToPlay()
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DDvrPlaybackOverlayFragment.java248 PinDialogFragment.DIALOG_TAG); in onActivityCreated()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
DPinDialogFragment.java104 public static final String DIALOG_TAG = PinDialogFragment.class.getName(); field in PinDialogFragment
/packages/apps/TV/src/com/android/tv/
DMainActivity.java2366 mOverlayManager.showDialogFragment(PinDialogFragment.DIALOG_TAG, dialog, false);