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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactAggregatorTest.java112 long rawContactId = createRawContact();
133 long rawContactId1 = createRawContact(ACCOUNT_1);
136 long rawContactId2 = createRawContact(ACCOUNT_2);
146 long rawContactId1 = createRawContact(account);
152 long rawContactId2 = createRawContact(account);
155 long rawContactId3 = createRawContact(ACCOUNT_2);
164 long rawContactId1 = createRawContact(ACCOUNT_1);
167 long rawContactId2 = createRawContact(ACCOUNT_2);
174 long rawContactId1 = createRawContact(ACCOUNT_1);
177 long rawContactId2 = createRawContact(ACCOUNT_
[all...]
H A DGroupsTest.java81 long contactAlpha = mActor.createRawContact(PERSON_ALPHA);
82 long contactBravo = mActor.createRawContact(PERSON_BRAVO);
83 long contactCharlie = mActor.createRawContact(PERSON_CHARLIE);
84 long contactCharlieDupe = mActor.createRawContact(PERSON_CHARLIE);
87 long contactDelta = mActor.createRawContact(PERSON_DELTA);
265 final long rawContactId = this.createRawContact(sTestAccount);
288 final long rawContactId = this.createRawContact();
296 final long rawContactId1 = this.createRawContact();
297 final long rawContactId2 = this.createRawContact(sTestAccount);
319 final long rawContactId = this.createRawContact(sTestAccoun
[all...]
H A DSearchIndexManagerTest.java48 long rawContactId = createRawContact();
74 long rawContactId = createRawContact();
90 long rawContactId = createRawContact();
109 long rawContactId = createRawContact();
125 long rawContactId = createRawContact();
149 long rawContactId = createRawContact();
173 long rawContactId = createRawContact();
191 long rawContactId = createRawContact();
200 long rawContactId = createRawContact();
210 long rawContactId = createRawContact();
[all...]
H A DContactsProvider2Test.java699 long rawContactId2 = createRawContact(account2);
721 long rawContactId2 = createRawContact(account2);
837 long rawContactId1 = createRawContact(account1);
839 long rawContactId2 = createRawContact(account2);
886 long rawContactId1 = createRawContact();
889 long rawContactId2 = createRawContact();
1216 long rawContactId1 = createRawContact();
1235 long rawContactId1 = createRawContact();
1252 long rawContactId1 = createRawContact(ACCOUNT_1);
1254 long rawContactId2 = createRawContact(ACCOUNT_
6154 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
6163 private long createRawContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
6172 private long createRawContact(ContentValues values, String phoneNumber, String email, method in class:ContactsProvider2Test
6178 private long createRawContact(ContentValues values, String phoneNumber, String email, method in class:ContactsProvider2Test
[all...]
H A DContactsActor.java344 public long createRawContact(String name) { method in class:ContactsActor
346 long rawContactId = createRawContact();
351 public long createRawContact() { method in class:ContactsActor
361 final long rawContactId = createRawContact(name);
H A DGlobalSearchSupportTest.java51 long rawContactId = createRawContact(account);
H A DBaseContactsProvider2Test.java148 protected long createRawContact() { method in class:BaseContactsProvider2Test
149 return createRawContact(null);
165 long rawContactId = createRawContact(account);
181 protected long createRawContact(Account account, String... extras) { method in class:BaseContactsProvider2Test
1397 long rawContactId = createRawContact();
/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java176 createRawContact(intent);
231 private void createRawContact(Intent intent) { method in class:ContactSaveService

Completed in 96 milliseconds