Home
last modified time | relevance | path

Searched defs:cacheKey (Results 1 – 25 of 591) sorted by relevance

12345678910>>...24

/aosp_15_r20/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceCache.java123 public List<MdnsResponse> getCachedServices(@NonNull CacheKey cacheKey) { in getCachedServices()
158 public MdnsResponse getCachedService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in getCachedService()
187 public void addOrUpdateService(@NonNull CacheKey cacheKey, @NonNull MdnsResponse response) { in addOrUpdateService()
213 public MdnsResponse removeService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in removeService()
246 public void removeServices(@NonNull CacheKey cacheKey) { in removeServices()
265 public void registerServiceExpiredCallback(@NonNull CacheKey cacheKey, in registerServiceExpiredCallback()
276 public void unregisterServiceExpiredCallback(@NonNull CacheKey cacheKey) { in unregisterServiceExpiredCallback()
281 private void notifyServiceExpired(@NonNull CacheKey cacheKey, in notifyServiceExpired()
330 private void maybeRemoveExpiredServices(CacheKey cacheKey, long now) { in maybeRemoveExpiredServices()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/network/
H A DNetworkFetcher.java38 …ult<LottieComposition> fetchSync(Context context, @NonNull String url, @Nullable String cacheKey) { in fetchSync()
51 …LottieComposition fetchFromCache(Context context, @NonNull String url, @Nullable String cacheKey) { in fetchFromCache()
85 …tieComposition> fetchFromNetwork(Context context, @NonNull String url, @Nullable String cacheKey) { in fetchFromNetwork()
115 @Nullable String cacheKey) throws IOException { in fromInputStream()
150 …(Context context, @NonNull String url, @NonNull InputStream inputStream, @Nullable String cacheKey) in fromZipStream()
160 …n> fromGzipStream(@NonNull String url, @NonNull InputStream inputStream, @Nullable String cacheKey) in fromGzipStream()
170 …n> fromJsonStream(@NonNull String url, @NonNull InputStream inputStream, @Nullable String cacheKey) in fromJsonStream()
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/endpointdiscovery/
H A DEndpointDiscoveryRequest.java33 private final String cacheKey; field in EndpointDiscoveryRequest
58 public Optional<String> cacheKey() { in cacheKey() method in EndpointDiscoveryRequest
110 Builder cacheKey(String cacheKey); in cacheKey() argument
132 private String cacheKey; field in EndpointDiscoveryRequest.BuilderImpl
168 public Builder cacheKey(String cacheKey) { in cacheKey() argument
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/
H A DLottieCompositionFactory.java129 …tieComposition> fromUrl(final Context context, final String url, @Nullable final String cacheKey) { in fromUrl()
156 …ttieResult<LottieComposition> fromUrlSync(Context context, String url, @Nullable String cacheKey) { in fromUrlSync()
178 String cacheKey = "asset_" + fileName; in fromAsset() local
191 …ieComposition> fromAsset(Context context, final String fileName, @Nullable final String cacheKey) { in fromAsset()
208 String cacheKey = "asset_" + fileName; in fromAssetSync() local
222 …ult<LottieComposition> fromAssetSync(Context context, String fileName, @Nullable String cacheKey) { in fromAssetSync()
263 …mposition> fromRawRes(Context context, @RawRes final int rawRes, @Nullable final String cacheKey) { in fromRawRes()
H A DLottieAnimationView.java508 public void setAnimationFromJson(String jsonString, @Nullable String cacheKey) { in setAnimationFromJson()
524 public void setAnimation(InputStream stream, @Nullable String cacheKey) { in setAnimation()
537 public void setAnimation(ZipInputStream stream, @Nullable String cacheKey) { in setAnimation()
575 public void setAnimationFromUrl(String url, @Nullable String cacheKey) { in setAnimationFromUrl()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java407 private volatile CacheKey cacheKey; field in ResourceBundle
831 private final CacheKey cacheKey; field in ResourceBundle.KeyElementReference
850 private final CacheKey cacheKey; field in ResourceBundle.BundleReference
1665 CacheKey cacheKey = new CacheKey(baseName, locale, loader); in getBundleImpl() local
1761 private static ResourceBundle findBundle(CacheKey cacheKey, in findBundle()
2025 private static ResourceBundle loadBundle(CacheKey cacheKey, in loadBundle()
2127 private static ResourceBundle findBundleInCache(CacheKey cacheKey, in findBundleInCache()
2241 private static ResourceBundle putBundleInCache(CacheKey cacheKey, in putBundleInCache()
2274 private static void setExpirationTime(CacheKey cacheKey, Control control) { in setExpirationTime()
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/
H A DResourceBundle.java407 private volatile CacheKey cacheKey; field in ResourceBundle
831 private final CacheKey cacheKey; field in ResourceBundle.KeyElementReference
850 private final CacheKey cacheKey; field in ResourceBundle.BundleReference
1665 CacheKey cacheKey = new CacheKey(baseName, locale, loader); in getBundleImpl() local
1761 private static ResourceBundle findBundle(CacheKey cacheKey, in findBundle()
2025 private static ResourceBundle loadBundle(CacheKey cacheKey, in loadBundle()
2127 private static ResourceBundle findBundleInCache(CacheKey cacheKey, in findBundleInCache()
2241 private static ResourceBundle putBundleInCache(CacheKey cacheKey, in putBundleInCache()
2274 private static void setExpirationTime(CacheKey cacheKey, Control control) { in setExpirationTime()
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/24/libcore/ojluni/src/main/java/java/util/
DResourceBundle.java407 private volatile CacheKey cacheKey; field in ResourceBundle
831 private final CacheKey cacheKey; field in ResourceBundle.KeyElementReference
850 private final CacheKey cacheKey; field in ResourceBundle.BundleReference
1665 CacheKey cacheKey = new CacheKey(baseName, locale, loader); in getBundleImpl() local
1761 private static ResourceBundle findBundle(CacheKey cacheKey, in findBundle()
2025 private static ResourceBundle loadBundle(CacheKey cacheKey, in loadBundle()
2127 private static ResourceBundle findBundleInCache(CacheKey cacheKey, in findBundleInCache()
2241 private static ResourceBundle putBundleInCache(CacheKey cacheKey, in putBundleInCache()
2274 private static void setExpirationTime(CacheKey cacheKey, Control control) { in setExpirationTime()
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/icons/
DCachingTargetDataLoader.kt49 val cacheKey = info.toCacheKey() in <lambda>() constant
62 val cacheKey = info.toCacheKey() in <lambda>() constant
/aosp_15_r20/external/volley/core/src/main/java/com/android/volley/
H A DWaitingRequestManager.java89 String cacheKey = request.getCacheKey(); in onResponseReceived() local
110 String cacheKey = request.getCacheKey(); in onNoUsableResponseReceived() local
149 String cacheKey = request.getCacheKey(); in maybeAddToWaitingRequests() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java104 @Nullable String cacheKey) { in newInstance()
185 @Nullable private final String cacheKey; field in Representation.SingleSegmentRepresentation
210 @Nullable String cacheKey, in newInstance()
248 @Nullable String cacheKey, in SingleSegmentRepresentation()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/manifest/
H A DRepresentation.java104 @Nullable String cacheKey) { in newInstance()
185 @Nullable private final String cacheKey; field in Representation.SingleSegmentRepresentation
210 @Nullable String cacheKey, in newInstance()
248 @Nullable String cacheKey, in SingleSegmentRepresentation()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DImageCacheService.java60 long cacheKey = Utils.crc64Long(key); in getImageData() local
82 long cacheKey = Utils.crc64Long(key); in putImageData() local
97 long cacheKey = Utils.crc64Long(key); in clearImageData() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDownloadBuilder.java45 @Nullable private String cacheKey; field in DownloadBuilder
94 @Nullable String cacheKey, in DownloadBuilder()
144 public DownloadBuilder setCacheKey(@Nullable String cacheKey) { in setCacheKey()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/
H A DDownloadBuilder.java45 @Nullable private String cacheKey; field in DownloadBuilder
94 @Nullable String cacheKey, in DownloadBuilder()
134 public DownloadBuilder setCacheKey(@Nullable String cacheKey) { in setCacheKey()
/aosp_15_r20/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java423 ComponentKey cacheKey = new ComponentKey(componentName, user); in cacheLocked() local
526 ComponentKey cacheKey = getPackageKey(packageName, user); in cachePackageInstallInfo() local
581 ComponentKey cacheKey = getPackageKey(packageName, user); in getEntryForPackageLocked() local
642 protected boolean getEntryFromDBLocked(@NonNull final ComponentKey cacheKey, in getEntryFromDBLocked()
667 private boolean updateTitleAndIconLocked( in updateTitleAndIconLocked()
/aosp_15_r20/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/cache/
DBaseIconCache.java310 ComponentKey cacheKey = new ComponentKey(componentName, user); in cacheLocked() local
376 ComponentKey cacheKey = getPackageKey(packageName, user); in cachePackageInstallInfo() local
408 ComponentKey cacheKey = getPackageKey(packageName, user); in getEntryForPackageLocked() local
460 protected boolean getEntryFromDB(ComponentKey cacheKey, CacheEntry entry, boolean lowRes) { in getEntryFromDB()
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java82 CacheKey cacheKey = sizeMap.get(size); in getThumbnail() local
129 CacheKey cacheKey = new CacheKey(uri, userId, size); in putThumbnail() local
167 private void removeKey(CacheKey cacheKey) { in removeKey()
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/
H A DLottieCompositionCache.java25 public LottieComposition get(@Nullable String cacheKey) { in get()
32 public void put(@Nullable String cacheKey, LottieComposition composition) { in put()
/aosp_15_r20/packages/services/Telecomm/src/com/android/server/telecom/
DConnectionServiceRepository.java71 Pair<ComponentName, UserHandle> cacheKey = Pair.create(componentName, userHandle); in getService() local
92 Pair<ComponentName, UserHandle> cacheKey = Pair.create(componentName, userHandle); in setService() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
H A DDashUtilTest.java88 String cacheKey = DashUtil.resolveCacheKey(representation, rangedUri); in resolveCacheKey_representationCacheKeyIsNull_resolvesRangedUriWithFirstBaseUrl() local
110 String cacheKey = DashUtil.resolveCacheKey(representation, rangedUri); in resolveCacheKey_representationCacheKeyDefined_usesRepresentationCacheKey() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/test/java/com/google/android/exoplayer2/source/dash/
H A DDashUtilTest.java88 String cacheKey = DashUtil.resolveCacheKey(representation, rangedUri); in resolveCacheKey_representationCacheKeyIsNull_resolvesRangedUriWithFirstBaseUrl() local
110 String cacheKey = DashUtil.resolveCacheKey(representation, rangedUri); in resolveCacheKey_representationCacheKeyDefined_usesRepresentationCacheKey() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTracker.java41 private final String cacheKey; field in CachedRegionTracker
47 public CachedRegionTracker(Cache cache, String cacheKey, ChunkIndex chunkIndex) { in CachedRegionTracker()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTracker.java41 private final String cacheKey; field in CachedRegionTracker
47 public CachedRegionTracker(Cache cache, String cacheKey, ChunkIndex chunkIndex) { in CachedRegionTracker()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageCacher.java188 final String cacheKey = getCacheKey(packageFile, flags); in getCachedResult() local
240 final String cacheKey = getCacheKey(packageFile, flags); in cacheResult() local

12345678910>>...24