Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DAccountDisplayInfoFactoryTests.java52 addTypeMapping(account("user", "com.example"), "title", comExampleIcon); in test_displayableAccount_hasIconFromAccountType()
53 addTypeMapping(account(null, null), "device", someDrawable()); in test_displayableAccount_hasIconFromAccountType()
54 addTypeMapping(account("foo", "bar.type"), "bar", someDrawable()); in test_displayableAccount_hasIconFromAccountType()
55 addTypeMapping(account("user2", "com.example"), "title", comExampleIcon); in test_displayableAccount_hasIconFromAccountType()
68 addTypeMapping(account(null, null), "device", someDrawable()); in test_displayableAccount_hasNameFromAccount()
69 addTypeMapping(account("foo", "bar.type"), "bar", someDrawable()); in test_displayableAccount_hasNameFromAccount()
81 addTypeMapping(account(null, null), "Device Display Label", someDrawable()); in test_displayableAccountForNullAccount_hasNameFromAccountType()
105 addTypeMapping(account("first.device.account.name", "a.device.account.type"), in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
107 addTypeMapping(account("second.device.account.name", "b.device.account.type"), in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
109 addTypeMapping(account("another.device.account.name", "a.device.account.type"), in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
[all …]