Searched refs:createContact (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java439 createContact(new AccountWithDataSet(account.name, account.type, dataSet));
660 createContact(null);
675 createContact(null);
677 createContact(defaultAccount);
686 private void createContact() { method in class:ContactEditorFragment
691 createContact(null);
697 createContact(accounts.get(0));
705 private void createContact(AccountWithDataSet account) { method in class:ContactEditorFragment
1829 createContact(account);
1836 createContact();
[all...]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java2538 final long contactId = createContact(values, "John", "Doe",
2553 final long contactId = createContact(values, "John", "Doe",
2716 long contactId = createContact(values, "John", "Doe",
2727 long contactId = createContact(values, "John", "Doe",
2836 createContact(values1, "Noah", "Tever", phoneNumber1,
2841 createContact(values2, "Sam", "Times", phoneNumber2,
2847 createContact(values3, "Lotta", "Calling", phoneNumber3,
3045 createContact(values1, "Noah", "Tever", "18004664411",
3049 createContact(values2, "Sam", "Times", "18004664412",
3053 final long contactId3 = createContact(values
8656 private long createContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
8663 private long createContact(ContentValues values, String firstName, String givenName, method in class:ContactsProvider2Test
[all...]

Completed in 79 milliseconds