Searched refs:getCacheKey (Results 1 – 7 of 7) sorted by relevance
/frameworks/volley/tests/src/com/android/volley/mock/ |
D | MockRequest.java | 49 private String mCacheKey = super.getCacheKey(); 56 public String getCacheKey() { in getCacheKey() method in MockRequest
|
/frameworks/volley/src/com/android/volley/toolbox/ |
D | 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/volley/src/com/android/volley/ |
D | RequestQueue.java | 235 String cacheKey = request.getCacheKey(); in add() 272 String cacheKey = request.getCacheKey(); in finish()
|
D | CacheDispatcher.java | 100 Cache.Entry entry = mCache.get(request.getCacheKey()); in run()
|
D | NetworkDispatcher.java | 127 mCache.put(request.getCacheKey(), response.cacheEntry); in run()
|
D | Request.java | 286 public String getCacheKey() { in getCacheKey() method in Request
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 229 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()
|