Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java1028 final String sdkDataRootPath = getSdkDataRootPath(newVolumeUuid, 0, isCeData); in testSdkData_CanBeMovedToDifferentVolume() local
1029 final String sdkDataPackagePath = sdkDataRootPath + "/" + TEST_APP_STORAGE_PACKAGE; in testSdkData_CanBeMovedToDifferentVolume()
1032 assertThat(getDevice().isDirectory(sdkDataRootPath)).isTrue(); in testSdkData_CanBeMovedToDifferentVolume()
1036 assertSelinuxLabel(sdkDataRootPath, "system_data_file"); in testSdkData_CanBeMovedToDifferentVolume()