Searched refs:createRawContact (Results 1 - 9 of 9) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java118 long rawContactId = RawContactUtil.createRawContact(mResolver);
133 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
136 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
146 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account);
152 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account);
155 long rawContactId3 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
164 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
167 long rawContactId2 = RawContactUtil.createRawContact(mResolver, ACCOUNT_2);
174 long rawContactId1 = RawContactUtil.createRawContact(mResolver, ACCOUNT_1);
177 long rawContactId2 = RawContactUtil.createRawContact(mResolve
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java52 long rawContactId = RawContactUtil.createRawContact(mResolver);
78 long rawContactId = RawContactUtil.createRawContact(mResolver);
95 long rawContactId = RawContactUtil.createRawContact(mResolver);
114 long rawContactId = RawContactUtil.createRawContact(mResolver);
130 long rawContactId = RawContactUtil.createRawContact(mResolver);
154 long rawContactId = RawContactUtil.createRawContact(mResolver);
178 long rawContactId = RawContactUtil.createRawContact(mResolver);
196 long rawContactId = RawContactUtil.createRawContact(mResolver);
205 long rawContactId = RawContactUtil.createRawContact(mResolver);
215 long rawContactId = RawContactUtil.createRawContact(mResolve
[all...]
H A DGroupsTest.java82 long contactAlpha = mActor.createRawContact(PERSON_ALPHA);
83 long contactBravo = mActor.createRawContact(PERSON_BRAVO);
84 long contactCharlie = mActor.createRawContact(PERSON_CHARLIE);
85 long contactCharlieDupe = mActor.createRawContact(PERSON_CHARLIE);
88 long contactDelta = mActor.createRawContact(PERSON_DELTA);
259 final long rawContactId = RawContactUtil.createRawContact(this.mResolver, sTestAccount);
282 final long rawContactId = RawContactUtil.createRawContact(this.mResolver);
290 final long rawContactId1 = RawContactUtil.createRawContact(this.mResolver);
291 final long rawContactId2 = RawContactUtil.createRawContact(this.mResolver, sTestAccount);
313 final long rawContactId = RawContactUtil.createRawContact(thi
[all...]
H A DContactsProvider2Test.java849 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
871 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
987 long rawContactId1 = RawContactUtil.createRawContact(mResolver, account1);
989 long rawContactId2 = RawContactUtil.createRawContact(mResolver, account2);
1036 long rawContactId1 = RawContactUtil.createRawContact(mResolver);
1039 long rawContactId2 = RawContactUtil.createRawContact(mResolver);
1075 final long rawContactId = RawContactUtil.createRawContact(mResolver);
1745 long rawContactId1 = RawContactUtil.createRawContact(mResolver);
1764 long rawContactId1 = RawContactUtil.createRawContact(mResolver);
1781 long rawContactId1 = RawContactUtil.createRawContact(mResolve
8192 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
8201 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
8210 private long createRawContact(ContentValues values, String phoneNumber, String email, method in class:ContactsProvider2Test
8216 private long createRawContact(ContentValues values, String phoneNumber, String email, method in class:ContactsProvider2Test
[all...]
H A DContactsActor.java363 public long createRawContact(String name) { method in class:ContactsActor
365 long rawContactId = createRawContact();
370 public long createRawContact() { method in class:ContactsActor
380 final long rawContactId = createRawContact(name);
H A DGlobalSearchSupportTest.java53 long rawContactId = RawContactUtil.createRawContact(mResolver, account);
H A DBaseContactsProvider2Test.java1484 long rawContactId = RawContactUtil.createRawContact(mResolver);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DRawContactUtil.java89 public static long createRawContact(ContentResolver resolver, Account account, method in class:RawContactUtil
113 long rawContactId = createRawContact(resolver, account);
118 public static long createRawContact(ContentResolver resolver) { method in class:RawContactUtil
119 return createRawContact(resolver, null);
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java190 createRawContact(intent);
251 private void createRawContact(Intent intent) { method in class:ContactSaveService

Completed in 124 milliseconds