Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DRemoveAccountPreferenceController.java116 private static final String REMOVE_ACCOUNT_DIALOG = "confirmRemoveAccount"; field in RemoveAccountPreferenceController.ConfirmRemoveAccountDialog
131 dialog.show(parent.getFragmentManager(), REMOVE_ACCOUNT_DIALOG); in show() local