Home
last modified time | relevance | path

Searched refs:uriCurrentFormat (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/model/
DContactLoader.java224 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mLookupUri); in loadInBackground() local
236 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()
237 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()
239 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
/packages/apps/Contacts/src/com/android/contacts/model/
DContactLoader.java298 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri( in loadInBackground() local
312 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()
313 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()
315 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java110 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri); in doInBackground() local
111 cursor = resolver.query(uriCurrentFormat, in doInBackground()