Searched refs:mDeviceAccountTypes (Results 1 – 1 of 1) sorted by relevance
26 private final Map<String, AccountType> mDeviceAccountTypes = new HashMap<>(); field in FakeDeviceAccountTypeFactory31 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()