Home
last modified time | relevance | path

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

/frameworks/volley/tests/src/com/android/volley/mock/
DMockRequest.java49 private String mCacheKey = super.getCacheKey();
56 public String getCacheKey() { in getCacheKey() method in MockRequest
/frameworks/volley/src/com/android/volley/toolbox/
DImageLoader.java156 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/volley/src/com/android/volley/
DRequestQueue.java235 String cacheKey = request.getCacheKey(); in add()
272 String cacheKey = request.getCacheKey(); in finish()
DCacheDispatcher.java100 Cache.Entry entry = mCache.get(request.getCacheKey()); in run()
DNetworkDispatcher.java127 mCache.put(request.getCacheKey(), response.cacheEntry); in run()
DRequest.java286 public String getCacheKey() { in getCacheKey() method in Request
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java229 final String cacheKey = getCacheKey(context.getUserId(), handle); in validatePeople()
254 private String getCacheKey(int userId, String handle) { in getCacheKey() method in ValidateNotificationPeople
443 final String cacheKey = getCacheKey(mContext.getUserId(), handle); in work()