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 | 638 public long createRawContact(String name) { in createRawContact() method in ContactsActor 645 public long createRawContact() { in createRawContact() method in ContactsActor
|
D | ContactsProvider2Test.java | 9251 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9260 private long createRawContact(ContentValues values, String firstName, String givenName, in createRawContact() method in ContactsProvider2Test 9269 private long createRawContact(ContentValues values, String phoneNumber, String email, in createRawContact() method in ContactsProvider2Test 9275 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
|