Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceCache.java142 public List<MdnsResponse> getCachedServices(@NonNull CacheKey cacheKey) { in getCachedServices()
188 public MdnsResponse getCachedService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in getCachedService()
218 public void addOrUpdateService(@NonNull CacheKey cacheKey, @NonNull MdnsResponse response) { in addOrUpdateService()
246 public MdnsResponse removeService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in removeService()
279 public void removeServices(@NonNull CacheKey cacheKey) { in removeServices()
298 public void registerServiceExpiredCallback(@NonNull CacheKey cacheKey, in registerServiceExpiredCallback()
309 public void unregisterServiceExpiredCallback(@NonNull CacheKey cacheKey) { in unregisterServiceExpiredCallback()
314 private void notifyServiceExpired(@NonNull CacheKey cacheKey, in notifyServiceExpired()
364 private void maybeRemoveExpiredServices(CacheKey cacheKey, long now) { in maybeRemoveExpiredServices()
DMdnsDiscoveryManager.java295 final MdnsServiceCache.CacheKey cacheKey = serviceTypeClient.getCacheKey(); in handleUnregisterListener() local
344 private void handleRemoveCachedServices(@NonNull MdnsServiceCache.CacheKey cacheKey) { in handleRemoveCachedServices()
DMdnsServiceTypeClient.java83 @NonNull private final MdnsServiceCache.CacheKey cacheKey; field in MdnsServiceTypeClient
721 serviceCache.removeService(existingResponse.getServiceInstanceName(), cacheKey); in tryRemoveServiceAfterTtlExpires() local
/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
/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
/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
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/data/glide/
DGlideLoadable.java45 public GlideLoadable(@NonNull Uri uri, @Nullable String cacheKey) { in GlideLoadable()
/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()
/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()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/icons/
DIconCacheTest.java159 ComponentKey cacheKey = new ComponentKey(cn, user); in launcherActivityInfo_cached_in_memory() local
189 ShortcutKey cacheKey = ShortcutKey.fromInfo(si.getShortcutInfo()); in shortcutInfo_not_cached_in_memory() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepository.kt116 val cacheKey = "$wallpaperId-$lastUpdatedTimestamp" in <lambda>() constant
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DSingleWriterBpfMap.java98 var cacheKey = new Pair<>(path, new Pair<Class,Class>(key, value)); in getSingleton() local
/packages/apps/Dialer/java/com/android/dialer/telecom/
DTelecomUtil.java243 Pair<PhoneAccountHandle, String> cacheKey = new Pair<>(accountHandle, number); in isVoicemailNumber() local
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DIconCache.java623 synchronized boolean isItemInDb(ComponentKey cacheKey) { in isItemInDb()