Searched refs:showAccount (Results 1 – 2 of 2) sorted by relevance
117 public static boolean showAccount(String[] authorities, ArrayList<String> auths) { in showAccount() method in AccountRestrictionHelper118 boolean showAccount = true; in showAccount()120 showAccount = false; in showAccount()127 return showAccount; in showAccount()
624 if (!AccountRestrictionHelper.showAccount(mAuthorities, auths)) { in getAccountTypePreferences()