Searched refs:insertSipAddress (Results 1 – 2 of 2) sorted by relevance
337 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress() method in BaseContactsProvider2Test338 return insertSipAddress(rawContactId, sipAddress, false); in insertSipAddress()341 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress() method in BaseContactsProvider2Test
1555 insertSipAddress(rawContactId1, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()1556 insertSipAddress(rawContactId1, "sip:sip_hot@example.com"); in testPhonesFilterQueryInter()1670 Long.parseLong(insertSipAddress(rawContactId, "abc@sip").getLastPathSegment()); in testSipPhoneLookup()2459 insertSipAddress(rawContactId2, "sip@example.com")); in testCallablesQuery()