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

  /frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java 49 private String mCacheKey = super.getCacheKey();
56 public String getCacheKey() {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
BitmapDownloader.java 267 key.getCacheKey(), key.getBitmapConfig(), bitmap.getHeight());
289 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), key.getHeight());
311 bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
322 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
335 getBucketKey(key.getCacheKey(), key.getBitmapConfig(), SIZE_BUCKET[i]);
DrawableDownloader.java 358 String bucketKey = getBucketKey(key.getCacheKey(), key.getBitmapConfig());
379 getBucketKey(key.getCacheKey(), key.getBitmapConfig());
389 getBucketKey(key.getCacheKey(), key.getBitmapConfig());
BitmapWorkerOptions.java 210 public String getCacheKey() {
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 235 String cacheKey = request.getCacheKey();
261 * <p>Releases waiting requests for <code>request.getCacheKey()</code> if
272 String cacheKey = request.getCacheKey();
CacheDispatcher.java 100 Cache.Entry entry = mCache.get(request.getCacheKey());
NetworkDispatcher.java 127 mCache.put(request.getCacheKey(), response.cacheEntry);
Request.java 286 public String getCacheKey() {
  /frameworks/volley/src/com/android/volley/toolbox/
ImageLoader.java 156 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight);
191 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight);
476 private static String getCacheKey(String url, int maxWidth, int maxHeight) {
  /frameworks/base/services/core/java/com/android/server/notification/
ValidateNotificationPeople.java 229 final String cacheKey = getCacheKey(context.getUserId(), handle);
254 private String getCacheKey(int userId, String handle) {
443 final String cacheKey = getCacheKey(mContext.getUserId(), handle);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java 140 private int getCacheKey() {
536 final int cacheKey = config.getCacheKey();
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /developers/samples/android/ui/activityscenetransition/ActivitySceneTransitionBasic/Application/libs/
volley.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 237 milliseconds