Searched refs:insertSipAddress (Results 1 – 2 of 2) sorted by relevance
329 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress() method in BaseContactsProvider2Test330 return insertSipAddress(rawContactId, sipAddress, false); in insertSipAddress()333 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress() method in BaseContactsProvider2Test
1530 insertSipAddress(rawContactId1, "sip_hot_tamale@example.com"); in testPhonesFilterQueryInter()1531 insertSipAddress(rawContactId1, "sip:sip_hot@example.com"); in testPhonesFilterQueryInter()1645 Long.parseLong(insertSipAddress(rawContactId, "abc@sip").getLastPathSegment()); in testSipPhoneLookup()2433 insertSipAddress(rawContactId2, "sip@example.com")); in testCallablesQuery()