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 RawContactUtil116     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 | 667     public long createRawContact(String name) {  in createRawContact()  method in ContactsActor674     public long createRawContact() {  in createRawContact()  method in ContactsActor
 
 | 
| D | ContactsProvider2Test.java | 9666     private long createRawContact(ContentValues values, String firstName, String givenName,  in createRawContact()  method in ContactsProvider2Test9675     private long createRawContact(ContentValues values, String firstName, String givenName,  in createRawContact()  method in ContactsProvider2Test
 9684     private long createRawContact(ContentValues values, String phoneNumber, String email,  in createRawContact()  method in ContactsProvider2Test
 9690     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
 |