Searched defs:createContact (Results 1 - 3 of 3) sorted by relevance

/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
H A DContactTestUtils.java63 public static Uri createContact(ContentResolver contentResolver, method in class:ContactTestUtils
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorBaseFragment.java582 createContact(mAccountWithDataSet);
702 createContact(account);
709 createContact();
1087 createContact(null);
1103 createContact(defaultAccount);
1111 protected void createContact() { method in class:ContactEditorBaseFragment
1116 createContact(null);
1122 createContact(accounts.get(0));
1130 protected void createContact(AccountWithDataSet account) { method in class:ContactEditorBaseFragment
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java3282 final long contactId = createContact(values, "John", "Doe",
3297 final long contactId = createContact(values, "John", "Doe",
3460 long contactId = createContact(values, "John", "Doe",
3471 long contactId = createContact(values, "John", "Doe",
3580 createContact(values1, "Noah", "Tever", phoneNumber1,
3585 createContact(values2, "Sam", "Times", phoneNumber2,
3591 createContact(values3, "Lotta", "Calling", phoneNumber3,
3789 createContact(values1, "Noah", "Tever", "18004664411",
3793 createContact(values2, "Sam", "Times", "18004664412",
3797 final long contactId3 = createContact(values
9632 private long createContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
9639 private long createContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
[all...]

Completed in 359 milliseconds