Searched refs:uriCurrentFormat (Results 1 – 2 of 2) sorted by relevance
306 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri( in loadInBackground() local320 if (uriCurrentFormat.getLastPathSegment().equals(Constants.LOOKUP_URI_ENCODED)) { in loadInBackground()321 result = loadEncodedContactEntity(uriCurrentFormat, mLookupUri); in loadInBackground()323 result = loadContactEntity(resolver, uriCurrentFormat); in loadInBackground()
115 final Uri uriCurrentFormat = ContactLoaderUtils.ensureIsContactUri(resolver, mUri); in doInBackground() local116 cursor = resolver.query(uriCurrentFormat, in doInBackground()