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 | 234 private Uri createRawContact() { in createRawContact() method in GroupsDaoIntegrationTests
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsActor.java | 667 public long createRawContact(String name) { in createRawContact() method in ContactsActor 674 public long createRawContact() { in createRawContact() method in ContactsActor
|
D | ContactsProvider2Test.java | 9667 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9676 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9685 private long createRawContact(ContentValues values, String phoneNumber, String email, in createRawContact() method in ContactsProvider2Test 9691 private long createRawContact(ContentValues values, String phoneNumber, String email, in createRawContact() method in ContactsProvider2Test
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 396 private void createRawContact(Intent intent) { in createRawContact() method in ContactSaveService
|