HomeSort by relevance Sort by last modified time
    Searched refs:CacheResult (Results 1 - 17 of 17) sorted by null

  /frameworks/base/core/java/android/webkit/
UrlInterceptHandler.java 19 import android.webkit.CacheManager.CacheResult;
31 * Given an URL, returns the CacheResult which contains the
37 * @return The CacheResult containing the surrogate response.
42 public CacheResult service(String url, Map<String, String> headers);
UrlInterceptRegistry.java 19 import android.webkit.CacheManager.CacheResult;
109 * Given an url, returns the CacheResult of the first
112 * @return A CacheResult containing surrogate content.
118 public static synchronized CacheResult getSurrogate(
126 CacheResult result = handler.service(url, headers);
WebViewWorker.java 40 private static Map<LoadListener, CacheManager.CacheResult> mCacheResultMap
41 = new HashMap<LoadListener, CacheManager.CacheResult>();
129 CacheManager.CacheResult cache = CacheManager.createCacheFile(
141 CacheManager.CacheResult cache = mCacheResultMap
150 CacheManager.CacheResult cache = mCacheResultMap
172 CacheManager.CacheResult cache = mCacheResultMap
182 CacheManager.CacheResult cache = mCacheResultMap.get(listener);
CacheLoader.java 24 * CacheResult as the source for the stream. The CacheResult stored mimetype
29 CacheManager.CacheResult mCacheResult; // Content source
35 * @param result CacheResult used as the source for the content.
37 CacheLoader(LoadListener loadListener, CacheManager.CacheResult result) {
CacheManager.java 89 public static class CacheResult {
214 * get the base directory of the cache. With localPath of the CacheResult,
305 * Given a url, returns the CacheResult if exists. Otherwise returns null.
310 * @return the CacheResult for a given url
312 public static CacheResult getCacheFile(String url,
317 static CacheResult getCacheFile(String url, long postIdentifier,
325 CacheResult result = mDataBase.getCache(databaseKey);
376 * Given a url and its full headers, returns CacheResult if a local cache
381 * CacheResult, and is used to supply surrogate responses for URL
383 * @return CacheResult for a given ur
    [all...]
FrameLoader.java 22 import android.webkit.CacheManager.CacheResult;
255 * setup a load from the byte stream in a CacheResult.
257 private void startCacheLoad(CacheResult result) {
292 CacheResult result = CacheManager.getCacheFile(mListener.url(),
320 CacheResult result = CacheManager.getCacheFile(mListener.url(),
WebViewDatabase.java 35 import android.webkit.CacheManager.CacheResult;
620 * @return CacheResult The CacheManager.CacheResult
622 CacheResult getCache(String url) {
634 CacheResult ret = new CacheResult();
674 * @param c The CacheManager.CacheResult
676 void addCache(String url, CacheResult c) {
    [all...]
LoadListener.java 37 import android.webkit.CacheManager.CacheResult;
739 CacheResult result = CacheManager.getCacheFile(url(), mPostIdentifier,
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
UrlInterceptRegistryTest.java 28 import android.webkit.CacheManager.CacheResult;
90 public CacheResult service(String url, Map<String, String> headers) {
92 return new CacheResult();
101 public CacheResult service(String url, Map<String, String> headers) {
103 return new CacheResult();
112 public CacheResult service(String url, Map<String, String> headers) {
139 public CacheResult service(String url, Map<String, String> headers) {
CacheManagerTest.java 29 import android.webkit.CacheManager.CacheResult;
92 args = {String.class, CacheResult.class}
103 CacheResult result =
109 CacheResult result = CacheManager.getCacheFile(url, null);
CacheManager_CacheResultTest.java 31 import android.webkit.CacheManager.CacheResult;
36 @TestTargetClass(android.webkit.CacheManager.CacheResult.class)
143 CacheResult result =
150 CacheResult result = CacheManager.getCacheFile(url, null);
  /frameworks/base/core/tests/coretests/src/android/webkit/
UrlInterceptRegistryTest.java 21 import android.webkit.CacheManager.CacheResult;
47 public CacheResult service(String url, Map<String, String> headers) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 764 milliseconds