Searched refs:mAuthenticatorAsUserMap (Results 1 – 1 of 1) sorted by relevance
36 private final Map<Integer, List<AuthenticatorDescription>> mAuthenticatorAsUserMap = field in ShadowAccountManager59 if (mAuthenticatorAsUserMap.containsKey(userId)) { in getAuthenticatorTypesAsUser()60 return mAuthenticatorAsUserMap.get(userId).toArray(new AuthenticatorDescription[]{}); in getAuthenticatorTypesAsUser()66 mAuthenticatorAsUserMap.putIfAbsent(userId, new ArrayList<>()); in addAuthenticatorAsUser()67 mAuthenticatorAsUserMap.get(userId).add(authenticator); in addAuthenticatorAsUser()74 mAuthenticatorAsUserMap.clear(); in removeAllAccounts()