D | BaseContactsProvider2Test.java | 264 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber) { in insertPhoneNumber() method in BaseContactsProvider2Test 265 return insertPhoneNumber(rawContactId, phoneNumber, false); in insertPhoneNumber() 268 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary) { in insertPhoneNumber() method in BaseContactsProvider2Test 269 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, Phone.TYPE_HOME); in insertPhoneNumber() 272 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test 274 return insertPhoneNumber(rawContactId, phoneNumber, primary, superPrimary, Phone.TYPE_HOME); in insertPhoneNumber() 277 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test 279 return insertPhoneNumber(rawContactId, phoneNumber, primary, false, type); in insertPhoneNumber() 282 protected Uri insertPhoneNumber(long rawContactId, String phoneNumber, boolean primary, in insertPhoneNumber() method in BaseContactsProvider2Test
|