Searched defs:createRawContactWithName (Results 1 – 3 of 3) sorted by relevance
96 public static long createRawContactWithName(ContentResolver resolver) { in createRawContactWithName() method in RawContactUtil100 public static long createRawContactWithName(ContentResolver resolver, Account account) { in createRawContactWithName() method in RawContactUtil104 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil109 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil
64 public static long createRawContactWithName(ContentResolver resolver, Account account, in createRawContactWithName() method in RawContactUtil
662 …private TestRawContact createRawContactWithName(String accountName, String contactName) throws Exc… in createRawContactWithName() method in ContactsContract_ContactsTest