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.java117 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() method in AccountRestrictionHelper
118 boolean showAccount = true; in showAccount()
120 showAccount = false; in showAccount()
127 return showAccount; in showAccount()
DAccountPreferenceController.java624 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()