OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DIALOG_TAG
(Results
1 - 4
of
4
) 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/UnifiedEmail/src/com/android/mail/ui/
TurnAutoSyncOnDialog.java
40
public static final String
DIALOG_TAG
= "auto sync";
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/
PinDialogFragment.java
83
public static final String
DIALOG_TAG
= PinDialogFragment.class.getName();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
RestrictedProfileActivity.java
304
if (getFragmentManager().findFragmentByTag(PinDialogFragment.
DIALOG_TAG
) != null) {
317
PinDialogFragment.
DIALOG_TAG
);
319
if (getFragmentManager().findFragmentByTag(PinDialogFragment.
DIALOG_TAG
) != null) {
329
PinDialogFragment.
DIALOG_TAG
);
342
if (getFragmentManager().findFragmentByTag(PinDialogFragment.
DIALOG_TAG
) != null) {
357
PinDialogFragment.
DIALOG_TAG
);
440
if (getFragmentManager().findFragmentByTag(PinDialogFragment.
DIALOG_TAG
) != null) {
452
PinDialogFragment.
DIALOG_TAG
);
Completed in 248 milliseconds