D | RawContactUtil.java | 96 public static long createRawContactWithName(ContentResolver resolver) { in createRawContactWithName() method in RawContactUtil 97 return createRawContactWithName(resolver, null); in createRawContactWithName() 100 public static long createRawContactWithName(ContentResolver resolver, Account account) { in createRawContactWithName() method in RawContactUtil 101 return createRawContactWithName(resolver, "John", "Doe", account); in createRawContactWithName() 104 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil 106 return createRawContactWithName(resolver, firstName, lastName, null); in createRawContactWithName() 109 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil
|