Home
last modified time | relevance | path

Searched refs:getCacheKey (Results 1 – 7 of 7) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/mock/
DMockRequest.java49 private String mCacheKey = super.getCacheKey();
56 public String getCacheKey() { in getCacheKey() method in MockRequest
/frameworks/volley/src/main/java/com/android/volley/toolbox/
DImageLoader.java168 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);
213 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);
502 … private static String getCacheKey(String url, int maxWidth, int maxHeight, ScaleType scaleType) {
/frameworks/volley/src/main/java/com/android/volley/
DRequestQueue.java246 String cacheKey = request.getCacheKey(); in add()
288 String cacheKey = request.getCacheKey(); in finish()
DCacheDispatcher.java100 Cache.Entry entry = mCache.get(request.getCacheKey()); in run()
DNetworkDispatcher.java129 mCache.put(request.getCacheKey(), response.cacheEntry); in run()
DRequest.java293 public String getCacheKey() { in getCacheKey() method in Request
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java238 final String cacheKey = getCacheKey(context.getUserId(), handle); in validatePeople()
263 private String getCacheKey(int userId, String handle) { in getCacheKey() method in ValidateNotificationPeople
453 final String cacheKey = getCacheKey(mContext.getUserId(), handle); in work()