Home
last modified time | relevance | path

Searched refs:USE_REVOCABLE_FD_FOR_READS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
DBlobStoreConfig.java132 public static boolean USE_REVOCABLE_FD_FOR_READS = field in BlobStoreConfig.DeviceConfigProperties
212 USE_REVOCABLE_FD_FOR_READS = properties.getBoolean(key, in refresh()
264 USE_REVOCABLE_FD_FOR_READS, DEFAULT_USE_REVOCABLE_FD_FOR_READS)); in dump()
347 return DeviceConfigProperties.USE_REVOCABLE_FD_FOR_READS; in shouldUseRevocableFdForReads()