/packages/apps/TV/src/com/android/tv/ui/ |
D | TvOverlayManager.java | 194 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/ |
D | ErrorDialog.java | 33 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/ |
D | ContactDiscoveryDialogFragment.java | 42 private static final String DIALOG_TAG = "discovery_dialog:"; field in ContactDiscoveryDialogFragment 116 return DIALOG_TAG + subId; in getFragmentTag()
|
D | RoamingPreferenceController.java | 45 private static final String DIALOG_TAG = "MobileDataDialog"; field in RoamingPreferenceController 174 dialogFragment.show(mFragmentManager, DIALOG_TAG); in showDialog()
|
D | MobileDataPreferenceController.java | 46 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/ |
D | CredentialStorageActivity.java | 59 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/ |
D | DvrStopSeriesRecordingDialogFragment.java | 29 public static final String DIALOG_TAG = "dialog_tag"; field in DvrStopSeriesRecordingDialogFragment
|
D | DvrUiHelper.java | 361 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/ |
D | RatingsFragment.java | 385 public static final String DIALOG_TAG = AttributionItem.class.getSimpleName(); field in RatingsFragment.AttributionItem 405 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
|
D | DvrHistoryDialogFragment.java | 49 public static final String DIALOG_TAG = DvrHistoryDialogFragment.class.getSimpleName(); field in DvrHistoryDialogFragment
|
D | PinDialogFragment.java | 77 public static final String DIALOG_TAG = PinDialogFragment.class.getName(); field in PinDialogFragment
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
D | FallbackHome.java | 141 PinDialogFragment.DIALOG_TAG); in showPinDialogToUnlockDevice()
|
D | SecurityFragment.java | 374 PinDialogFragment.DIALOG_TAG); in launchPinDialog()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/ |
D | SettingsFragment.java | 118 PinDialogFragment.DIALOG_TAG, fragment, true); in getItemList()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/ |
D | DvrDetailsFragment.java | 271 .show(getActivity().getFragmentManager(), PinDialogFragment.DIALOG_TAG); in checkPinToPlay()
|
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/ |
D | DvrPlaybackOverlayFragment.java | 248 PinDialogFragment.DIALOG_TAG); in onActivityCreated()
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/ |
D | PinDialogFragment.java | 104 public static final String DIALOG_TAG = PinDialogFragment.class.getName(); field in PinDialogFragment
|
/packages/apps/TV/src/com/android/tv/ |
D | MainActivity.java | 2366 mOverlayManager.showDialogFragment(PinDialogFragment.DIALOG_TAG, dialog, false);
|