Searched refs:BlobStoreConfig (Results 1 – 9 of 9) sorted by relevance
57 BlobStoreConfig.initialize(mContext); in setUp()63 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FLOOR, in testGetAppDataBytesLimit()67 BlobStoreConfig.DeviceConfigProperties.KEY_TOTAL_BYTES_PER_APP_LIMIT_FRACTION, in testGetAppDataBytesLimit()71 assertThat(BlobStoreConfig.getAppDataBytesLimit()).isEqualTo( 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()84 assertThat(BlobStoreConfig.getAppDataBytesLimit()).isEqualTo(expectedLimit); in testGetAppDataBytesLimit()
22 import static com.android.server.blob.BlobStoreConfig.DeviceConfigProperties.SESSION_EXPIRY_TIMEOUT…87 .mockStatic(BlobStoreConfig.class) in setUp()90 doReturn(mBlobsDir).when(() -> BlobStoreConfig.getBlobsDir()); in setUp()93 doReturn(true).when(() -> BlobStoreConfig.hasLeaseWaitTimeElapsed(anyLong())); in setUp()94 doCallRealMethod().when(() -> BlobStoreConfig.hasSessionExpired(anyLong())); in setUp()
18 import static com.android.server.blob.BlobStoreConfig.IDLE_JOB_ID;19 import static com.android.server.blob.BlobStoreConfig.LOGV;20 import static com.android.server.blob.BlobStoreConfig.TAG;64 .setPeriodic(BlobStoreConfig.getIdleJobPeriodMs()) in schedule()
31 import static com.android.server.blob.BlobStoreConfig.INVALID_BLOB_ID;32 import static com.android.server.blob.BlobStoreConfig.INVALID_BLOB_SIZE;33 import static com.android.server.blob.BlobStoreConfig.LOGV;34 import static com.android.server.blob.BlobStoreConfig.TAG;41 import static com.android.server.blob.BlobStoreConfig.getMaxLeasedBlobs;219 BlobStoreConfig.initialize(mContext); in onBootPhase()806 if (!BlobStoreConfig.getBlobStoreRootDir().exists()) { in readBlobSessionsLocked()895 if (!BlobStoreConfig.getBlobStoreRootDir().exists()) { in readBlobsInfoLocked()1007 final File file = BlobStoreConfig.prepareBlobsIndexFile(); in prepareBlobsIndexFile()1087 final File blobsDir = BlobStoreConfig.getBlobsDir(); in handleIdleMaintenanceLocked()[all …]
33 import static com.android.server.blob.BlobStoreConfig.TAG;34 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ADD_SESSION_CREATION_TIME;35 import static com.android.server.blob.BlobStoreConfig.getMaxPermittedPackages;36 import static com.android.server.blob.BlobStoreConfig.hasSessionExpired;277 if (!BlobStoreConfig.shouldUseRevocableFdForReads()) { in openRead()511 mSessionFile = BlobStoreConfig.prepareBlobFile(mSessionId); in getSessionFile()
36 import static com.android.server.blob.BlobStoreConfig.TAG;37 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ADD_COMMIT_TIME;38 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ADD_DESC_RES_NAME;39 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ADD_STRING_DESC;40 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ALLOW_ACCESS_ACROSS_USERS;41 import static com.android.server.blob.BlobStoreConfig.hasLeaseWaitTimeElapsed;511 mBlobFile = BlobStoreConfig.getBlobFile(mBlobId); in getBlobFile()525 if (BlobStoreConfig.shouldUseRevocableFdForReads()) { in openForRead()
19 import static com.android.server.blob.BlobStoreConfig.TAG;
38 class BlobStoreConfig { class
14429 HSPLcom/android/server/blob/BlobStoreConfig;-><clinit>()V14432 PLcom/android/server/blob/BlobStoreConfig;->getAppDataBytesLimit()J14436 PLcom/android/server/blob/BlobStoreConfig;->getBlobsDir()Ljava/io/File;14439 PLcom/android/server/blob/BlobStoreConfig;->getIdleJobPeriodMs()J14440 PLcom/android/server/blob/BlobStoreConfig;->getMaxActiveSessions()I14441 PLcom/android/server/blob/BlobStoreConfig;->getMaxCommittedBlobs()I14442 PLcom/android/server/blob/BlobStoreConfig;->getMaxLeasedBlobs()I14445 PLcom/android/server/blob/BlobStoreConfig;->hasSessionExpired(J)Z53015 Lcom/android/server/blob/BlobStoreConfig$$ExternalSyntheticLambda0;53017 Lcom/android/server/blob/BlobStoreConfig$DeviceConfigProperties;[all …]