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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java115 long rawContactId = createRawContact();
130 long rawContactId1 = createRawContact(ACCOUNT_1);
133 long rawContactId2 = createRawContact(ACCOUNT_2);
143 long rawContactId1 = createRawContact(account);
149 long rawContactId2 = createRawContact(account);
152 long rawContactId3 = createRawContact(ACCOUNT_2);
161 long rawContactId1 = createRawContact(ACCOUNT_1);
164 long rawContactId2 = createRawContact(ACCOUNT_2);
171 long rawContactId1 = createRawContact(ACCOUNT_1);
174 long rawContactId2 = createRawContact(ACCOUNT_
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java49 long rawContactId = createRawContact();
75 long rawContactId = createRawContact();
91 long rawContactId = createRawContact();
110 long rawContactId = createRawContact();
126 long rawContactId = createRawContact();
150 long rawContactId = createRawContact();
174 long rawContactId = createRawContact();
192 long rawContactId = createRawContact();
201 long rawContactId = createRawContact();
211 long rawContactId = createRawContact();
[all...]
H A DGroupsTest.java80 long contactAlpha = mActor.createRawContact(PERSON_ALPHA);
81 long contactBravo = mActor.createRawContact(PERSON_BRAVO);
82 long contactCharlie = mActor.createRawContact(PERSON_CHARLIE);
83 long contactCharlieDupe = mActor.createRawContact(PERSON_CHARLIE);
86 long contactDelta = mActor.createRawContact(PERSON_DELTA);
257 final long rawContactId = this.createRawContact(sTestAccount);
280 final long rawContactId = this.createRawContact();
288 final long rawContactId1 = this.createRawContact();
289 final long rawContactId2 = this.createRawContact(sTestAccount);
311 final long rawContactId = this.createRawContact(sTestAccoun
[all...]
H A DContactsProvider2Test.java786 long rawContactId2 = createRawContact(account2);
808 long rawContactId2 = createRawContact(account2);
924 long rawContactId1 = createRawContact(account1);
926 long rawContactId2 = createRawContact(account2);
973 long rawContactId1 = createRawContact();
976 long rawContactId2 = createRawContact();
1012 final long rawContactId = createRawContact();
1679 long rawContactId1 = createRawContact();
1698 long rawContactId1 = createRawContact();
1715 long rawContactId1 = createRawContact(ACCOUNT_
7125 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
7134 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
7143 private long createRawContact(ContentValues values, String phoneNumber, String email, method in class:ContactsProvider2Test
7149 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.java51 long rawContactId = createRawContact(account);
H A DBaseContactsProvider2Test.java163 protected long createRawContact() { method in class:BaseContactsProvider2Test
164 return createRawContact(null);
180 long rawContactId = createRawContact(account);
196 protected long createRawContact(Account account, String... extras) { method in class:BaseContactsProvider2Test
1497 long rawContactId = createRawContact();
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java185 createRawContact(intent);
246 private void createRawContact(Intent intent) { method in class:ContactSaveService

Completed in 90 milliseconds