Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/system/
DFactoryResetAccountsPreferenceControllerTest.java75 private Map<Integer, List<AuthenticatorDescription>> mAuthenticatorDescriptionMap; field in FactoryResetAccountsPreferenceControllerTest
93 mAuthenticatorDescriptionMap = new HashMap<>(); in setUp()
95 mAuthenticatorDescriptionMap.put(mUserId, new ArrayList<>()); in setUp()
241 if (!mAuthenticatorDescriptionMap.containsKey(profileId)) { in addDescription()
242 mAuthenticatorDescriptionMap.put(profileId, new ArrayList<>()); in addDescription()
244 mAuthenticatorDescriptionMap.get(profileId).add( in addDescription()
251 mAuthenticatorDescriptionMap.clear(); in clearAllAccounts()
261 return mAuthenticatorDescriptionMap.containsKey(profileId) in updateAccountManagerMocks()
262 ? mAuthenticatorDescriptionMap.get(profileId).toArray( in updateAccountManagerMocks()