Searched refs:insertSipAddress (Results 1 – 2 of 2) sorted by relevance
355 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress() method in BaseContactsProvider2Test356 return insertSipAddress(rawContactId, sipAddress, false); in insertSipAddress()359 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress() method in BaseContactsProvider2Test
1809 insertSipAddress(rawContactId1, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()1810 insertSipAddress(rawContactId1, "sip:sip_hot@example.com"); in testPhonesFilterQueryInter()1924 Long.parseLong(insertSipAddress(rawContactId, "abc@sip").getLastPathSegment()); in testSipPhoneLookup()2713 insertSipAddress(rawContactId2, "sip@example.com")); in testCallablesQuery()