Lines Matching refs:null
101 mHttpDiskCache = null; in initHttpDiskCache()
113 if (mHttpDiskCache != null && !mHttpDiskCache.isClosed()) { in clearCacheInternal()
122 mHttpDiskCache = null; in clearCacheInternal()
133 if (mHttpDiskCache != null) { in flushCacheInternal()
150 if (mHttpDiskCache != null) { in closeCacheInternal()
154 mHttpDiskCache = null; in closeCacheInternal()
175 if (networkInfo == null || !networkInfo.isConnectedOrConnecting()) { in checkConnection()
194 FileDescriptor fileDescriptor = null; in processBitmap()
195 FileInputStream fileInputStream = null; in processBitmap()
205 if (mHttpDiskCache != null) { in processBitmap()
208 if (snapshot == null) { in processBitmap()
213 if (editor != null) { in processBitmap()
223 if (snapshot != null) { in processBitmap()
233 if (fileDescriptor == null && fileInputStream != null) { in processBitmap()
242 Bitmap bitmap = null; in processBitmap()
243 if (fileDescriptor != null) { in processBitmap()
247 if (fileInputStream != null) { in processBitmap()
268 HttpURLConnection urlConnection = null; in downloadUrlToStream()
269 BufferedOutputStream out = null; in downloadUrlToStream()
270 BufferedInputStream in = null; in downloadUrlToStream()
286 if (urlConnection != null) { in downloadUrlToStream()
290 if (out != null) { in downloadUrlToStream()
293 if (in != null) { in downloadUrlToStream()