Home
last modified time | relevance | path

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

/packages/apps/Car/Settings/tests/robotests/src/com/android/car/settings/testutils/
DShadowAccountManager.java35 private final Map<Integer, List<Account>> mAccountsAsUserMap = new ArrayMap<>(); field in ShadowAccountManager
41 if (mAccountsAsUserMap.containsKey(userId)) { in getAccountsAsUser()
42 return mAccountsAsUserMap.get(userId).toArray(new Account[]{}); in getAccountsAsUser()
48 mAccountsAsUserMap.putIfAbsent(userId, new ArrayList<>()); in addAccountAsUser()
49 mAccountsAsUserMap.get(userId).add(account); in addAccountAsUser()
73 mAccountsAsUserMap.clear(); in removeAllAccounts()