Searched defs:sipAddress (Results 1 – 5 of 5) sorted by relevance
117 String sipAddress = profile.getUserName() + "@" + profile.getSipDomain(); in createPhoneAccount() local
1790 String sipAddress = contentValues.getAsString(SipAddress.SIP_ADDRESS); in appendSipAddresses() local
337 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress()341 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress()
4279 public String[] buildSipContactQuery(StringBuilder sb, String sipAddress) { in buildSipContactQuery()
6725 String sipAddress = uri.getPathSegments().size() > 1 in queryLocal() local