Searched refs:sipAddress (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DContactInfoHelper.java195 private ContactInfo queryContactInfoForSipAddress(String sipAddress) { argument
200 uriBuilder.appendPath(Uri.encode(sipAddress));
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java310 protected Uri insertSipAddress(long rawContactId, String sipAddress) { argument
311 return insertSipAddress(rawContactId, sipAddress, false);
314 protected Uri insertSipAddress(long rawContactId, String sipAddress, boolean primary) { argument
318 values.put(SipAddress.SIP_ADDRESS, sipAddress);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java5011 * Adds query for selecting the contact with the given {@code sipAddress} to the given
5016 public String[] buildSipContactQuery(StringBuilder sb, String sipAddress) { argument
5024 return new String[] {sipAddress};
H A DContactsProvider2.java6185 String sipAddress = uri.getPathSegments().size() > 1
6189 selectionArgs = mDbHelper.get().buildSipContactQuery(sb, sipAddress);

Completed in 183 milliseconds