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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
H A DRawContactUtil.java98 public static long createRawContactWithName(ContentResolver resolver) { method in class:RawContactUtil
99 return createRawContactWithName(resolver, null);
102 public static long createRawContactWithName(ContentResolver resolver, Account account) { method in class:RawContactUtil
103 return createRawContactWithName(resolver, "John", "Doe", account);
106 public static long createRawContactWithName(ContentResolver resolver, String firstName, method in class:RawContactUtil
108 return createRawContactWithName(resolver, firstName, lastName, null);
111 public static long createRawContactWithName(ContentResolver resolver, String firstName, method in class:RawContactUtil

Completed in 60 milliseconds