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

  /packages/apps/Contacts/src/com/android/contacts/list/
ContactBrowseListFragment.java 110 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri);
111 cursor = resolver.query(uriCurrentFormat,
  /packages/apps/Contacts/src/com/android/contacts/model/
ContactLoader.java 308 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(
322 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) {
323 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri);
325 result = loadContactEntity(resolver, uriCurrentFormat);
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/model/
ContactLoader.java 224 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mLookupUri);
236 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) {
237 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri);
239 result = loadContactEntity(resolver, uriCurrentFormat);
    [all...]

Completed in 1316 milliseconds