Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/
DMdnsServiceCache.java117 public List<MdnsResponse> getCachedServices(@NonNull CacheKey cacheKey) { in getCachedServices()
152 public MdnsResponse getCachedService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in getCachedService()
181 public void addOrUpdateService(@NonNull CacheKey cacheKey, @NonNull MdnsResponse response) { in addOrUpdateService()
207 public MdnsResponse removeService(@NonNull String serviceName, @NonNull CacheKey cacheKey) { in removeService()
244 public void registerServiceExpiredCallback(@NonNull CacheKey cacheKey, in registerServiceExpiredCallback()
255 public void unregisterServiceExpiredCallback(@NonNull CacheKey cacheKey) { in unregisterServiceExpiredCallback()
260 private void notifyServiceExpired(@NonNull CacheKey cacheKey, in notifyServiceExpired()
309 private void maybeRemoveExpiredServices(CacheKey cacheKey, long now) { in maybeRemoveExpiredServices()
DMdnsServiceTypeClient.java81 @NonNull private final MdnsServiceCache.CacheKey cacheKey; field in MdnsServiceTypeClient
700 serviceCache.removeService(existingResponse.getServiceInstanceName(), cacheKey); in tryRemoveServiceAfterTtlExpires() local
/packages/modules/IntentResolver/java/src/com/android/intentresolver/icons/
DCachingTargetDataLoader.kt44 val cacheKey = info.toCacheKey() in <lambda>() constant
57 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/Settings/src/com/android/settings/notification/modes/
DIconLoader.java93 String cacheKey = pkg + ":" + iconResId; in loadIcon() local
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/
DWallpaperRepository.kt112 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