Searched refs:mPropertiesCache (Results 1 – 1 of 1) sorted by relevance
277 private final LoadingCache<String, String> mPropertiesCache; field in NativeDevice453 mPropertiesCache = in NativeDevice()620 String property = mPropertiesCache.getIfPresent(name); in getPropertyWithRecovery()674 mPropertiesCache.put(name, property); in getPropertyWithRecovery()697 if (mPropertiesCache.getIfPresent(propName) != null) { in batchPrefetchStartupBuildProps()729 mPropertiesCache.put(propName, propValue); in batchPrefetchStartupBuildProps()783 mPropertiesCache.invalidate(propKey); in setProperty()3769 mPropertiesCache.invalidateAll(); in internalRebootUntilOnline()5021 mPropertiesCache.invalidate("partition.system.verified"); in remountSystemWritable()5037 mPropertiesCache.invalidate("partition.vendor.verified"); in remountVendorWritable()[all …]