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()
32 import static com.android.server.blob.BlobStoreConfig.INVALID_BLOB_ID;33 import static com.android.server.blob.BlobStoreConfig.INVALID_BLOB_SIZE;34 import static com.android.server.blob.BlobStoreConfig.LOGV;35 import static com.android.server.blob.BlobStoreConfig.TAG;36 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_ALLOW_ACCESS_ACROSS_USERS;37 import static com.android.server.blob.BlobStoreConfig.XML_VERSION_CURRENT;38 import static com.android.server.blob.BlobStoreConfig.getAdjustedCommitTimeMs;39 import static com.android.server.blob.BlobStoreConfig.getDeletionOnLastLeaseDelayMs;40 import static com.android.server.blob.BlobStoreConfig.getMaxActiveSessions;41 import static com.android.server.blob.BlobStoreConfig.getMaxCommittedBlobs;[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;278 if (!BlobStoreConfig.shouldUseRevocableFdForReads()) { in openRead()512 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;510 mBlobFile = BlobStoreConfig.getBlobFile(mBlobId); in getBlobFile()524 if (BlobStoreConfig.shouldUseRevocableFdForReads()) { in openForRead()
19 import static com.android.server.blob.BlobStoreConfig.TAG;
38 class BlobStoreConfig { class
8869 PLcom/android/server/blob/BlobStoreConfig$$ExternalSyntheticLambda0;-><init>()V8870 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…8873 PLcom/android/server/blob/BlobStoreConfig;-><clinit>()V8874 PLcom/android/server/blob/BlobStoreConfig;->getBlobStoreRootDir()Ljava/io/File;8875 PLcom/android/server/blob/BlobStoreConfig;->getIdleJobPeriodMs()J8876 PLcom/android/server/blob/BlobStoreConfig;->initialize(Landroid/content/Context;)V