Searched refs:AccountDisplayInfoFactory (Results 1 – 6 of 6) sorted by relevance
27 import com.android.contacts.model.account.AccountDisplayInfoFactory;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()162 private AccountDisplayInfoFactory createFactoryForKnownTypes(DeviceLocalAccountTypeFactory in createFactoryForKnownTypes()[all …]
36 public class AccountDisplayInfoFactory { class46 public AccountDisplayInfoFactory(Context context, List<AccountWithDataSet> accounts) { in AccountDisplayInfoFactory() method in AccountDisplayInfoFactory51 public AccountDisplayInfoFactory(Context context, AccountTypeManager accountTypeManager, in AccountDisplayInfoFactory() method in AccountDisplayInfoFactory83 public static AccountDisplayInfoFactory fromListFilters(Context context, in fromListFilters()89 return new AccountDisplayInfoFactory(context, accounts); in fromListFilters()
34 import com.android.contacts.model.account.AccountDisplayInfoFactory;90 private AccountDisplayInfoFactory mAccountDisplayFactory;162 mAccountDisplayFactory = AccountDisplayInfoFactory.fromListFilters(mActivity, in setAccounts()
44 import com.android.contacts.model.account.AccountDisplayInfoFactory;
29 import com.android.contacts.model.account.AccountDisplayInfoFactory;
38 -keep class com.android.contacts.model.account.AccountDisplayInfoFactory { *; }