Searched refs:mEnabledAccountTypes (Results 1 – 1 of 1) sorted by relevance
54 private final ArrayList<String> mEnabledAccountTypes = new ArrayList<>(); field in AuthenticatorHelper78 return mEnabledAccountTypes.toArray(new String[mEnabledAccountTypes.size()]); in getEnabledAccountTypes()208 mEnabledAccountTypes.clear(); in onAccountsUpdated()212 if (!mEnabledAccountTypes.contains(account.type)) { in onAccountsUpdated()213 mEnabledAccountTypes.add(account.type); in onAccountsUpdated()