Searched refs:uriCurrentFormat (Results 1 – 3 of 3) sorted by relevance
224 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mLookupUri); in loadInBackground() local236 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()237 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()239 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
298 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri( in loadInBackground() local312 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()313 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()315 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
110 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri); in doInBackground() local111 cursor = resolver.query(uriCurrentFormat, in doInBackground()