Searched refs:cacheKey (Results 1 – 10 of 10) sorted by relevance
168 String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);169 return mCache.getBitmap(cacheKey) != null;213 final String cacheKey = getCacheKey(requestUrl, maxWidth, maxHeight, scaleType);216 Bitmap cachedBitmap = mCache.getBitmap(cacheKey);226 new ImageContainer(null, requestUrl, cacheKey, imageListener);232 BatchedImageRequest request = mInFlightRequests.get(cacheKey);242 cacheKey);245 mInFlightRequests.put(cacheKey,251 ScaleType scaleType, final String cacheKey) {255 onGetImageSuccess(cacheKey, response);[all …]
246 String cacheKey = request.getCacheKey(); in add() local247 if (mWaitingRequests.containsKey(cacheKey)) { in add()249 Queue<Request<?>> stagedRequests = mWaitingRequests.get(cacheKey); in add()254 mWaitingRequests.put(cacheKey, stagedRequests); in add()256 VolleyLog.v("Request for cacheKey=%s is in flight, putting on hold.", cacheKey); in add()261 mWaitingRequests.put(cacheKey, null); in add()288 String cacheKey = request.getCacheKey(); in finish() local289 Queue<Request<?>> waitingRequests = mWaitingRequests.remove(cacheKey); in finish()293 waitingRequests.size(), cacheKey); in finish()
64 Key cacheKey = (Key) o; in equals() local65 return Objects.equals(account, cacheKey.account) in equals()66 && Objects.equals(packageName, cacheKey.packageName) in equals()67 && Objects.equals(tokenType, cacheKey.tokenType) in equals()68 && Arrays.equals(sigDigest, cacheKey.sigDigest); in equals()
133 int cacheKey; in getGmtDisplayName() local137 cacheKey = (int) (gmtOffset + 36 * DateUtils.HOUR_IN_MILLIS); in getGmtDisplayName()139 cacheKey = (int) (gmtOffset - 36 * DateUtils.HOUR_IN_MILLIS); in getGmtDisplayName()147 displayName = mGmtDisplayNameCache.get(cacheKey); in getGmtDisplayName()184 mGmtDisplayNameCache.put(cacheKey, displayName); in getGmtDisplayName()
51 public void setCacheKey(String cacheKey) { in setCacheKey() argument52 mCacheKey = cacheKey; in setCacheKey()
128 String key = cacheKey(classDesc, methodDesc); in buildFullLookup()144 final String key = cacheKey(classDesc, methodOrFieldDesc); in getMinApi()149 private static String cacheKey(String classDesc, String methodOrFieldDesc) { in cacheKey() method in SdkUtil.ApiChecker
227 static String cacheKey; field in KeyguardStatusView.Patterns238 if (key.equals(cacheKey)) return; in update()255 cacheKey = key; in update()
370 boolean isFramework, String cacheKey, BridgeContext context) throws IOException { in getNinePatchDrawable() argument372 NinePatchChunk chunk = Bridge.getCached9Patch(cacheKey, in getNinePatchDrawable()374 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey, in getNinePatchDrawable()386 Bridge.setCached9Patch(cacheKey, chunk, in getNinePatchDrawable()395 Bridge.setCachedBitmap(cacheKey, bitmap, in getNinePatchDrawable()
242 final String cacheKey = getCacheKey(context.getUserId(), handle); in validatePeople() local243 LookupResult lookupResult = mPeopleCache.get(cacheKey); in validatePeople()461 final String cacheKey = getCacheKey(mContext.getUserId(), handle); in work() local462 mPeopleCache.put(cacheKey, lookupResult); in work()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...