Searched defs:insertSipAddress (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java310 protected Uri insertSipAddress(long rawContactId, String sipAddress) { method in class:BaseContactsProvider2Test
311 return insertSipAddress(rawContactId, sipAddress, false);
314 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { method in class:BaseContactsProvider2Test

Completed in 88 milliseconds