Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
DRestrictedProfileDialogFragment.java203 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) { in onActionClicked()
212 PinDialogFragment.DIALOG_TAG); in onActionClicked()
214 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) { in onActionClicked()
223 PinDialogFragment.DIALOG_TAG); in onActionClicked()
237 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) { in onActionClicked()
246 PinDialogFragment.DIALOG_TAG); in onActionClicked()
419 if (getFragmentManager().findFragmentByTag(PinDialogFragment.DIALOG_TAG) != null) { in launchChooseLockscreen()
427 restrictedProfilePinDialogFragment.show(getFragmentManager(), PinDialogFragment.DIALOG_TAG); in launchChooseLockscreen()
/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/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/dialog/
DPinDialogFragment.java83 public static final String DIALOG_TAG = PinDialogFragment.class.getName(); field in PinDialogFragment