/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsServiceCache.java | 142 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()
|
D | MdnsDiscoveryManager.java | 295 final MdnsServiceCache.CacheKey cacheKey = serviceTypeClient.getCacheKey(); in handleUnregisterListener() local 344 private void handleRemoveCachedServices(@NonNull MdnsServiceCache.CacheKey cacheKey) { in handleRemoveCachedServices()
|
D | MdnsServiceTypeClient.java | 83 @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/ |
D | CachingTargetDataLoader.kt | 49 val cacheKey = info.toCacheKey() in <lambda>() constant 62 val cacheKey = info.toCacheKey() in <lambda>() constant
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | ImageCacheService.java | 60 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/ |
D | ConnectionServiceRepository.java | 71 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/ |
D | GlideLoadable.java | 45 public GlideLoadable(@NonNull Uri uri, @Nullable String cacheKey) { in GlideLoadable()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ThumbnailCache.java | 82 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/ |
D | BaseIconCache.java | 310 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/ |
D | IconCacheTest.java | 159 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/ |
D | WallpaperRepository.kt | 116 val cacheKey = "$wallpaperId-$lastUpdatedTimestamp" in <lambda>() constant
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | SingleWriterBpfMap.java | 98 var cacheKey = new Pair<>(path, new Pair<Class,Class>(key, value)); in getSingleton() local
|
/packages/apps/Dialer/java/com/android/dialer/telecom/ |
D | TelecomUtil.java | 243 Pair<PhoneAccountHandle, String> cacheKey = new Pair<>(accountHandle, number); in isVoicemailNumber() local
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | IconCache.java | 623 synchronized boolean isItemInDb(ComponentKey cacheKey) { in isItemInDb()
|