HomeSort by relevance Sort by last modified time
    Searched defs:profileUri (Results 1 - 2 of 2) sorted by null

  /packages/apps/Browser/src/com/android/browser/
AutofillHandler.java 141 final Uri profileUri = Uri.withAppendedPath(ContactsContract.Profile.CONTENT_URI,
143 String name = getContactField(profileUri,
149 String email = getContactField(profileUri,
152 String phone = getContactField(profileUri,
155 String company = getContactField(profileUri,
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsProvider2Test.java     [all...]

Completed in 707 milliseconds