Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DContactLoader.java306 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri( in loadInBackground() local
320 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()
321 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()
323 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
/packages/apps/Contacts/src/com/android/contacts/list/
DContactBrowseListFragment.java115 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri); in doInBackground() local
116 cursor = resolver.query(uriCurrentFormat, in doInBackground()