Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowAccountManager.java36 private final Map<Integer, List<AuthenticatorDescription>> mAuthenticatorAsUserMap = field in ShadowAccountManager
59 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()