Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DGroupsTest.java93 mActor.createPhone(contactAlpha, PHONE_ALPHA); in testGroupSummary()
94 mActor.createPhone(contactBravo, PHONE_BRAVO_1); in testGroupSummary()
95 mActor.createPhone(contactBravo, PHONE_BRAVO_2); in testGroupSummary()
96 mActor.createPhone(contactCharlie, PHONE_CHARLIE_1); in testGroupSummary()
97 mActor.createPhone(contactCharlieDupe, PHONE_CHARLIE_2); in testGroupSummary()
DContactsActor.java607 public long createPhone(long contactId, String phoneNumber) { in createPhone() method in ContactsActor