Searched refs:createPhone (Results 1 – 2 of 2) sorted by relevance
93 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()
670 public long createPhone(long contactId, String phoneNumber) { in createPhone() method in ContactsActor