Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java26 private final Map<String, AccountType> mDeviceAccountTypes = new HashMap<>(); field in FakeDeviceAccountTypeFactory
31 if (mDeviceAccountTypes.containsKey(accountType)) { in classifyAccount()
42 final AccountType type = mDeviceAccountTypes.get(accountType); in getAccountType()
62 mDeviceAccountTypes.put(type, new FakeAccountType(type)); in withDeviceTypes()
69 mDeviceAccountTypes.put(type.accountType, type); in withDeviceTypes()