Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/testutils/src/android/app/sdksandbox/hosttestutils/
DAdoptableStorageUtils.java37 public boolean isAdoptableStorageSupported() throws Exception { in isAdoptableStorageSupported() method in AdoptableStorageUtils
59 if (isAdoptableStorageSupported()) { in enableVirtualDisk()
/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java194 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkSandboxDataMirrorDirectory_IsVolumeSpecific()
385 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkDataPackageDirectory_IsReconciled_IncludesDifferentVolumes()
440 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkDataPackageDirectory_IsReconciled_ChecksForPackageOnWrongVolume()
525 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkDataPackageDirectory_IsReconciled_DeleteKeepNewVolumeData()
968 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkDataSubDirectory_PerSdkStorageIsUsable_DifferentVolume()
1013 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkData_CanBeMovedToDifferentVolume()
1048 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkSharedStorage_DifferentVolumeIsUsable()
1084 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkData_ReconcileSdkDataSubDirsIncludesDifferentVolumes()
/packages/modules/AdServices/sdksandbox/tests/cts/hostside/src/com/android/sdksandbox/cts/host/
DSdkSandboxDataIsolationHostTest.java144 assumeTrue(mAdoptableUtils.isAdoptableStorageSupported()); in testSdkSandboxDataIsolation_CannotVerifyAcrossVolumes()