Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DAccountDisplayInfoFactoryTests.java50 final Drawable comExampleIcon = someDrawable(); 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()
65 final Drawable comExampleIcon = someDrawable(); in test_displayableAccount_hasNameFromAccount()
68 addTypeMapping(account(null, null), "device", someDrawable()); in test_displayableAccount_hasNameFromAccount()
93 someDrawable()); in test_displayableAccountForDeviceAccount_hasNameFromAccountType()
106 "Device Display Label", someDrawable()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
108 "Device Display Label", someDrawable()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
110 "Device Display Label", someDrawable()); in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()
151 final Drawable comExampleIcon = someDrawable(); in addSomeKnownAccounts()
[all …]