Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/tests/
H A DFakeDeviceAccountTypeFactory.java60 public FakeDeviceAccountTypeFactory withDeviceTypes(String... types) { in withDeviceTypes() method in FakeDeviceAccountTypeFactory
67 public FakeDeviceAccountTypeFactory withDeviceTypes(AccountType... types) { in withDeviceTypes() method in FakeDeviceAccountTypeFactory
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/util/
H A DAccountDisplayInfoFactoryTests.java96 new FakeDeviceAccountTypeFactory().withDeviceTypes("device.account.type")); in test_displayableAccountForDeviceAccount_hasNameFromAccountType()
113 new FakeDeviceAccountTypeFactory().withDeviceTypes("a.device.account.type", in test_displayableAccountForDeviceAccountWhenMultiple_hasNameFromAccount()