Searched defs:createRawContact (Results 1 – 5 of 5) sorted by relevance
/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/ |
D | RawContactUtil.java | 76 public static long createRawContact(ContentResolver resolver, Account account, in createRawContact() method in RawContactUtil 116 public static long createRawContact(ContentResolver resolver) { in createRawContact() method in RawContactUtil
|
/packages/apps/Contacts/tests/src/com/android/contacts/ |
D | GroupsDaoIntegrationTests.java | 233 private Uri createRawContact() { in createRawContact() method in GroupsDaoIntegrationTests
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsActor.java | 570 public long createRawContact(String name) { in createRawContact() method in ContactsActor 577 public long createRawContact() { in createRawContact() method in ContactsActor
|
D | ContactsProvider2Test.java | 9777 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9786 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9795 private long createRawContact(ContentValues values, String phoneNumber, String email, in createRawContact() method in ContactsProvider2Test 9801 private long createRawContact(ContentValues values, String phoneNumber, String email, in createRawContact() method in ContactsProvider2Test
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 392 private void createRawContact(Intent intent) { in createRawContact() method in ContactSaveService
|