Searched refs:getCacheKey (Results 1 – 7 of 7) sorted by relevance
/frameworks/volley/src/test/java/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/main/java/com/android/volley/toolbox/ |
D | ImageLoader.java | 168 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/ |
D | RequestQueue.java | 246 String cacheKey = request.getCacheKey(); in add() 288 String cacheKey = request.getCacheKey(); in finish()
|
D | CacheDispatcher.java | 100 Cache.Entry entry = mCache.get(request.getCacheKey()); in run()
|
D | NetworkDispatcher.java | 129 mCache.put(request.getCacheKey(), response.cacheEntry); in run()
|
D | Request.java | 293 public String getCacheKey() { in getCacheKey() method in Request
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ValidateNotificationPeople.java | 238 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()
|