D | BaseContactsProvider2Test.java | 282 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber) { in insertPhoneNumber() method in BaseContactsProvider2Test 283 return insertPhoneNumber(rawContactId, phoneNumber, false); in insertPhoneNumber() 286 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { in insertPhoneNumber() method in BaseContactsProvider2Test 287 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME); in insertPhoneNumber() 290 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test 292 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME); in insertPhoneNumber() 295 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test 297 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, type); in insertPhoneNumber() 300 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test
|