D | RawContactUtil.java | 110 public static long createRawContactWithName(ContentResolver resolver) { in createRawContactWithName() method in RawContactUtil 111 return createRawContactWithName(resolver, null); in createRawContactWithName() 114 public static long createRawContactWithName(ContentResolver resolver, Account account) { in createRawContactWithName() method in RawContactUtil 115 return createRawContactWithName(resolver, "John", "Doe", account); in createRawContactWithName() 118 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil 120 return createRawContactWithName(resolver, firstName, lastName, null); in createRawContactWithName() 123 public static long createRawContactWithName(ContentResolver resolver, String firstName, in createRawContactWithName() method in RawContactUtil
|