OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:withSimTypes
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
FakeDeviceAccountTypeFactory.java
46
public FakeDeviceAccountTypeFactory
withSimTypes
(String... types) {
53
public FakeDeviceAccountTypeFactory
withSimTypes
(AccountType... types) {
/packages/apps/Contacts/tests/src/com/android/contacts/model/
Cp2DeviceLocalAccountLocatorTests.java
82
.
withSimTypes
("vnd.sec.contact.sim");
116
.
withSimTypes
("vnd.sec.contact.sim");
129
.
withSimTypes
("vnd.sec.contact.sim");
/packages/apps/Contacts/tests/src/com/android/contacts/util/
AccountDisplayInfoFactoryTests.java
130
new FakeDeviceAccountTypeFactory().
withSimTypes
("sim.account.type"));
143
new FakeDeviceAccountTypeFactory().
withSimTypes
("sim.account.type"));
Completed in 58 milliseconds