Searched refs:DeviceConfigProperties (Results 1 – 4 of 4) sorted by relevance
66 public static class DeviceConfigProperties { class in BlobStoreConfig285 properties -> DeviceConfigProperties.refresh(properties)); in initialize()286 DeviceConfigProperties.refresh(DeviceConfig.getProperties(NAMESPACE_BLOBSTORE)); in initialize()293 return DeviceConfigProperties.IDLE_JOB_PERIOD_MS; in getIdleJobPeriodMs()302 < System.currentTimeMillis() - DeviceConfigProperties.SESSION_EXPIRY_TIMEOUT_MS; in hasSessionExpired()310 * DeviceConfigProperties.TOTAL_BYTES_PER_APP_LIMIT_FRACTION); in getAppDataBytesLimit()311 return Math.max(DeviceConfigProperties.TOTAL_BYTES_PER_APP_LIMIT_FLOOR, totalBytesLimit); in getAppDataBytesLimit()318 return commitTimeMs + DeviceConfigProperties.LEASE_ACQUISITION_WAIT_DURATION_MS in hasLeaseWaitTimeElapsed()339 return commitTimeMs + DeviceConfigProperties.COMMIT_COOL_OFF_DURATION_MS in hasCommitCoolOffPeriodElapsed()347 return DeviceConfigProperties.USE_REVOCABLE_FD_FOR_READS; in shouldUseRevocableFdForReads()[all …]
63 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in testGetAppDataBytesLimit()67 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FRACTION, in testGetAppDataBytesLimit()75 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in testGetAppDataBytesLimit()79 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FRACTION, in testGetAppDataBytesLimit()
22 import static com.android.server.blob.BlobStoreConfig.DeviceConfigProperties.SESSION_EXPIRY_TIMEOUT…
8870 PLcom/android/server/blob/BlobStoreConfig$DeviceConfigProperties$$ExternalSyntheticLambda0;-><init>…8871 PLcom/android/server/blob/BlobStoreConfig$DeviceConfigProperties;-><clinit>()V8872 PLcom/android/server/blob/BlobStoreConfig$DeviceConfigProperties;->refresh(Landroid/provider/Device…