Home | History | Annotate | Download | only in http

Lines Matching refs:installed

159      * Returns the currently-installed {@code HttpResponseCache}, or null if
160 * there is no cache installed or it is not a {@code HttpResponseCache}.
163 ResponseCache installed = ResponseCache.getDefault();
164 if (installed instanceof com.android.okhttp.HttpResponseCache) {
166 (com.android.okhttp.HttpResponseCache) installed);
178 * @return the newly-installed cache
184 ResponseCache installed = ResponseCache.getDefault();
185 if (installed instanceof com.android.okhttp.HttpResponseCache) {
187 (com.android.okhttp.HttpResponseCache) installed;
188 // don't close and reopen if an equivalent cache is already installed