Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accounts/
DAccountRestrictionHelper.java65 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() method in AccountRestrictionHelper
66 boolean showAccount = true; in showAccount()
68 showAccount = false; in showAccount()
75 return showAccount; in showAccount()
DAccountPreferenceController.java513 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()