Searched defs:sipAddress (Results 1 – 4 of 4) sorted by relevance
115 String sipAddress = profile.getUserName() + "@" + profile.getSipDomain(); in createPhoneAccount() local
337 protected Uri insertSipAddress(long rawContactId, String sipAddress) { in insertSipAddress()341 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { in insertSipAddress()
4255 public String[] buildSipContactQuery(StringBuilder sb, String sipAddress) { in buildSipContactQuery()
6720 String sipAddress = uri.getPathSegments().size() > 1 in queryLocal() local