Home
last modified time | relevance | path

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

12

/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java186 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
187 AVAILABLE_DIALOG_TAGS.add(DvrHistoryDialogFragment.DIALOG_TAG);
188 AVAILABLE_DIALOG_TAGS.add(PinDialogFragment.DIALOG_TAG);
189 AVAILABLE_DIALOG_TAGS.add(FullscreenDialogFragment.DIALOG_TAG);
190 AVAILABLE_DIALOG_TAGS.add(LicenseDialogFragment.DIALOG_TAG);
191 AVAILABLE_DIALOG_TAGS.add(RatingsFragment.AttributionItem.DIALOG_TAG);
192 AVAILABLE_DIALOG_TAGS.add(HalfSizedDialogFragment.DIALOG_TAG);
594 FullscreenDialogFragment.DIALOG_TAG, in showIntroDialog()
602 RecentlyWatchedDialogFragment.DIALOG_TAG, in showRecentlyWatchedDialog()
610 DvrHistoryDialogFragment.DIALOG_TAG, new DvrHistoryDialogFragment(), false); in showDvrHistoryDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/users/
DMaxUsersLimitReachedDialog.java34 static final String DIALOG_TAG = "MaxUsersLimitReachedDialog"; field in MaxUsersLimitReachedDialog
49 show(parent.getFragmentManager(), DIALOG_TAG); in show() local
DConfirmExitRetailModeDialog.java37 static final String DIALOG_TAG = "ConfirmExitRetailModeDialog"; field in ConfirmExitRetailModeDialog
47 show(parent.getFragmentManager(), DIALOG_TAG); in show() local
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DErrorDialog.java32 private static final String DIALOG_TAG = "ErrorDialogTag"; field in ErrorDialog
43 dialog.show(parent.getFragmentManager(), DIALOG_TAG); in show() local
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConfirmDialogFragment.java42 private static final String DIALOG_TAG = "confirm-dialog"; field in ConfirmDialogFragment
97 show(manager, DIALOG_TAG); in displayDialog()
/packages/apps/Settings/src/com/android/settings/network/telephony/
DMobileDataPreferenceController.java45 private static final String DIALOG_TAG = "MobileDataDialog"; field in MobileDataPreferenceController
161 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
DRoamingPreferenceController.java47 private static final String DIALOG_TAG = "MobileDataDialog"; field in RoamingPreferenceController
150 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/users/
DUsersListFragmentTest.java99 assertThat(isDialogShown(ConfirmExitRetailModeDialog.DIALOG_TAG)).isTrue(); in testCallOnClick_demoUser_exitRetailMode()
110 assertThat(isDialogShown(MaxUsersLimitReachedDialog.DIALOG_TAG)).isTrue(); in testCallOnClick_userLimitReached_showErrorDialog()
DConfirmExitRetailModeDialogTest.java98 .findFragmentByTag(ConfirmExitRetailModeDialog.DIALOG_TAG) != null; in isDialogShown()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/
DRoamingPreferenceController.java48 private static final String DIALOG_TAG = "MobileDataDialog"; field in RoamingPreferenceController
149 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
DMobileDataPreferenceController.java46 private static final String DIALOG_TAG = "MobileDataDialog"; field in MobileDataPreferenceController
171 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/accounts/
DAccountDetailsFragmentTest.java59 private static final String DIALOG_TAG = "confirmRemoveAccount"; field in AccountDetailsFragmentTest
126 DIALOG_TAG); in onRemoveAccountButtonClicked_canModifyUsers_shouldShowConfirmRemoveAccountDialog()
/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
DAccountDetailsFragment.java178 private static final String DIALOG_TAG = "confirmRemoveAccount"; field in AccountDetailsFragment.ConfirmRemoveAccountDialogFragment
215 dialog.show(parent.getFragmentManager(), DIALOG_TAG); in show() local
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrUiHelper.java355 DvrHalfSizedDialogFragment.DIALOG_TAG, in showDialogFragment()
361 activity.getFragmentManager(), DvrHalfSizedDialogFragment.DIALOG_TAG); in showDialogFragment()
629 activity.getFragmentManager(), DvrStopSeriesRecordingDialogFragment.DIALOG_TAG); in showCancelAllSeriesRecordingDialog()
DDvrStopSeriesRecordingDialogFragment.java29 public static final String DIALOG_TAG = "dialog_tag"; field in DvrStopSeriesRecordingDialogFragment
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
DRatingsFragment.java368 public static final String DIALOG_TAG = AttributionItem.class.getSimpleName(); field in RatingsFragment.AttributionItem
388 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
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTurnAutoSyncOnDialog.java40 public static final String DIALOG_TAG = "auto sync"; field in TurnAutoSyncOnDialog
DConversationSyncDisabledTipView.java81 dialog.show(mActivity.getFragmentManager(), TurnAutoSyncOnDialog.DIALOG_TAG); in getTextAreaOnClickListener()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DFallbackHome.java100 PinDialogFragment.DIALOG_TAG); in maybeStartPinDialog()

12