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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 115 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri);
116 cursor = resolver.query(uriCurrentFormat,
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
ContactLoader.java 306 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(
320 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) {
321 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri);
323 result = loadContactEntity(resolver, uriCurrentFormat);
    [all...]

Completed in 110 milliseconds