Searched refs:createFactoryForKnownTypes (Results 1 – 1 of 1) sorted by relevance
57 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes(); in test_displayableAccount_hasIconFromAccountType()72 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes(); in test_displayableAccount_hasNameFromAccount()83 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes(); in test_displayableAccountForNullAccount_hasNameFromAccountType()95 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes( in test_displayableAccountForDeviceAccount_hasNameFromAccountType()112 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes( in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()129 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes( in test_displayableAccountForSimAccount_hasNameFromAccountType()142 final AccountDisplayInfoFactory sut = createFactoryForKnownTypes( in test_displayableAccountForSimAccountWhenMultiple_hasNameFromAccount()158 private AccountDisplayInfoFactory createFactoryForKnownTypes() { in createFactoryForKnownTypes() method in AccountDisplayInfoFactoryTests159 return createFactoryForKnownTypes(new DeviceLocalAccountTypeFactory.Default(getContext())); in createFactoryForKnownTypes()162 private AccountDisplayInfoFactory createFactoryForKnownTypes(DeviceLocalAccountTypeFactory in createFactoryForKnownTypes() method in AccountDisplayInfoFactoryTests