HomeSort by relevance Sort by last modified time
    Searched refs:DIALOG_TAG (Results 1 - 21 of 21) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConfirmDialogFragment.java 42 private static final String DIALOG_TAG = "confirm-dialog";
97 show(manager, DIALOG_TAG);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrStopSeriesRecordingDialogFragment.java 32 public static final String DIALOG_TAG = "dialog_tag";
DvrUiHelper.java 348 .showDialogFragment(DvrHalfSizedDialogFragment.DIALOG_TAG, dialogFragment,
352 DvrHalfSizedDialogFragment.DIALOG_TAG);
582 DvrStopSeriesRecordingDialogFragment.DIALOG_TAG);
  /packages/apps/TV/src/com/android/tv/license/
LicenseSideFragment.java 46 .showDialogFragment(LicenseDialogFragment.DIALOG_TAG, dialog, true);
LicenseDialogFragment.java 35 public static final String DIALOG_TAG = LicenseDialogFragment.class.getSimpleName();
  /packages/apps/TV/src/com/android/tv/dialog/
FullscreenDialogFragment.java 34 public static final String DIALOG_TAG = FullscreenDialogFragment.class.getSimpleName();
HalfSizedDialogFragment.java 33 public static final String DIALOG_TAG = HalfSizedDialogFragment.class.getSimpleName();
DvrHistoryDialogFragment.java 53 public static final String DIALOG_TAG = DvrHistoryDialogFragment.class.getSimpleName();
RecentlyWatchedDialogFragment.java 43 public static final String DIALOG_TAG = RecentlyWatchedDialogFragment.class.getSimpleName();
PinDialogFragment.java 94 public static final String DIALOG_TAG = PinDialogFragment.class.getName();
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java 199 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
200 AVAILABLE_DIALOG_TAGS.add(DvrHistoryDialogFragment.DIALOG_TAG);
201 AVAILABLE_DIALOG_TAGS.add(PinDialogFragment.DIALOG_TAG);
202 AVAILABLE_DIALOG_TAGS.add(FullscreenDialogFragment.DIALOG_TAG);
203 AVAILABLE_DIALOG_TAGS.add(LicenseDialogFragment.DIALOG_TAG);
204 AVAILABLE_DIALOG_TAGS.add(RatingsFragment.AttributionItem.DIALOG_TAG);
205 AVAILABLE_DIALOG_TAGS.add(HalfSizedDialogFragment.DIALOG_TAG);
604 showDialogFragment(FullscreenDialogFragment.DIALOG_TAG,
613 showDialogFragment(RecentlyWatchedDialogFragment.DIALOG_TAG,
621 showDialogFragment(DvrHistoryDialogFragment.DIALOG_TAG,
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TurnAutoSyncOnDialog.java 40 public static final String DIALOG_TAG = "auto sync";
ConversationSyncDisabledTipView.java 81 dialog.show(mActivity.getFragmentManager(), TurnAutoSyncOnDialog.DIALOG_TAG);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/
ParentalControlsFragment.java 135 tvActivity.getOverlayManager().showDialogFragment(PinDialogFragment.DIALOG_TAG,
RatingsFragment.java 361 public final static String DIALOG_TAG = AttributionItem.class.getSimpleName();
379 mMainActivity.getOverlayManager().showDialogFragment(DIALOG_TAG, dialog, false);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
SettingsFragment.java 110 .showDialogFragment(PinDialogFragment.DIALOG_TAG, fragment, true);
  /packages/apps/TV/src/com/android/tv/dvr/ui/browse/
DvrDetailsFragment.java 263 .show(getActivity().getFragmentManager(), PinDialogFragment.DIALOG_TAG);
  /packages/apps/TV/src/com/android/tv/dvr/ui/playback/
DvrPlaybackOverlayFragment.java 221 PinDialogFragment.DIALOG_TAG);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java 94 public static final String DIALOG_TAG = PinDialogFragment.class.getName();
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
SecurityFragment.java 338 PinDialogFragment.DIALOG_TAG);
  /packages/apps/TV/src/com/android/tv/
MainActivity.java     [all...]

Completed in 221 milliseconds