Home
last modified time | relevance | path

Searched refs:insertSipAddress (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java337 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress() method in BaseContactsProvider2Test
338 return insertSipAddress(rawContactId, sipAddress, false); in insertSipAddress()
341 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress() method in BaseContactsProvider2Test
DContactsProvider2Test.java1555 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()