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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java150 private ContactInfo queryContactInfoForSipAddress(String sipAddress) { argument
155 uriBuilder.appendPath(Uri.encode(sipAddress));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java299 protected Uri insertSipAddress(long rawContactId, String sipAddress) { argument
300 return insertSipAddress(rawContactId, sipAddress, false);
303 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { argument
307 values.put(SipAddress.SIP_ADDRESS, sipAddress);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4720 * Adds query for selecting the contact with the given {@code sipAddress} to the given
4725 public String[] buildSipContactQuery(StringBuilder sb, String sipAddress) { argument
4733 return new String[]{ sipAddress };

Completed in 43 milliseconds