/packages/apps/TV/src/com/android/tv/ui/ |
D | TvOverlayManager.java | 186 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/ |
D | MaxUsersLimitReachedDialog.java | 34 static final String DIALOG_TAG = "MaxUsersLimitReachedDialog"; field in MaxUsersLimitReachedDialog 49 show(parent.getFragmentManager(), DIALOG_TAG); in show() local
|
D | ConfirmExitRetailModeDialog.java | 37 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/ |
D | ErrorDialog.java | 32 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/ |
D | ConfirmDialogFragment.java | 42 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/ |
D | MobileDataPreferenceController.java | 45 private static final String DIALOG_TAG = "MobileDataDialog"; field in MobileDataPreferenceController 161 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
|
D | RoamingPreferenceController.java | 47 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/ |
D | UsersListFragmentTest.java | 99 assertThat(isDialogShown(ConfirmExitRetailModeDialog.DIALOG_TAG)).isTrue(); in testCallOnClick_demoUser_exitRetailMode() 110 assertThat(isDialogShown(MaxUsersLimitReachedDialog.DIALOG_TAG)).isTrue(); in testCallOnClick_userLimitReached_showErrorDialog()
|
D | ConfirmExitRetailModeDialogTest.java | 98 .findFragmentByTag(ConfirmExitRetailModeDialog.DIALOG_TAG) != null; in isDialogShown()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/network/telephony/ |
D | RoamingPreferenceController.java | 48 private static final String DIALOG_TAG = "MobileDataDialog"; field in RoamingPreferenceController 149 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
|
D | MobileDataPreferenceController.java | 46 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/ |
D | AccountDetailsFragmentTest.java | 59 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/ |
D | AccountDetailsFragment.java | 178 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/ |
D | DvrUiHelper.java | 355 DvrHalfSizedDialogFragment.DIALOG_TAG, in showDialogFragment() 361 activity.getFragmentManager(), DvrHalfSizedDialogFragment.DIALOG_TAG); in showDialogFragment() 629 activity.getFragmentManager(), DvrStopSeriesRecordingDialogFragment.DIALOG_TAG); in showCancelAllSeriesRecordingDialog()
|
D | DvrStopSeriesRecordingDialogFragment.java | 29 public static final String DIALOG_TAG = "dialog_tag"; field in DvrStopSeriesRecordingDialogFragment
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
D | RatingsFragment.java | 368 public static final String DIALOG_TAG = AttributionItem.class.getSimpleName(); field in RatingsFragment.AttributionItem 388 mMainActivity.getOverlayManager().showDialogFragment(DIALOG_TAG, dialog, false); in onSelected()
|
D | ParentalControlsFragment.java | 149 .showDialogFragment(PinDialogFragment.DIALOG_TAG, fragment, true); in getItemList()
|
/packages/apps/TV/src/com/android/tv/license/ |
D | LicenseSideFragment.java | 44 .showDialogFragment(LicenseDialogFragment.DIALOG_TAG, dialog, true); in onSelected()
|
D | LicenseDialogFragment.java | 34 public static final String DIALOG_TAG = LicenseDialogFragment.class.getSimpleName(); field in LicenseDialogFragment
|
/packages/apps/TV/src/com/android/tv/dialog/ |
D | HalfSizedDialogFragment.java | 31 public static final String DIALOG_TAG = HalfSizedDialogFragment.class.getSimpleName(); field in HalfSizedDialogFragment
|
D | FullscreenDialogFragment.java | 31 public static final String DIALOG_TAG = FullscreenDialogFragment.class.getSimpleName(); field in FullscreenDialogFragment
|
D | RecentlyWatchedDialogFragment.java | 40 public static final String DIALOG_TAG = RecentlyWatchedDialogFragment.class.getSimpleName(); field in RecentlyWatchedDialogFragment
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
D | TurnAutoSyncOnDialog.java | 40 public static final String DIALOG_TAG = "auto sync"; field in TurnAutoSyncOnDialog
|
D | ConversationSyncDisabledTipView.java | 81 dialog.show(mActivity.getFragmentManager(), TurnAutoSyncOnDialog.DIALOG_TAG); in getTextAreaOnClickListener()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | FallbackHome.java | 100 PinDialogFragment.DIALOG_TAG); in maybeStartPinDialog()
|