Home
last modified time | relevance | path

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

/packages/modules/AdServices/sdksandbox/tests/hostsidetests/SdkSandboxStorageHostTest/src/com/android/tests/sdksandbox/host/
DSdkSandboxStorageHostTest.java146 final String cePath = getSdkDataRootPath(0, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
147 final String dePath = getSdkDataRootPath(0, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
155 final String cePath = getSdkDataRootPath(secondaryUserId, true); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
156 final String dePath = getSdkDataRootPath(secondaryUserId, false); in testSdkDataRootDirectory_IsCreatedOnUserCreate()
172 final String ceSdkSandboxDataRootPath = getSdkDataRootPath(newUser, true); in testSdkDataRootDirectory_IsDestroyedOnUserDeletion()
173 final String deSdkSandboxDataRootPath = getSdkDataRootPath(newUser, false); in testSdkDataRootDirectory_IsDestroyedOnUserDeletion()
310 final String ceSandboxPath = getSdkDataRootPath(0, /*isCeData=*/ true); in testSdkDataPackageDirectory_IsDestroyedOnUninstall_DeviceLocked()
1028 final String sdkDataRootPath = getSdkDataRootPath(newVolumeUuid, 0, isCeData); in testSdkData_CanBeMovedToDifferentVolume()
1181 private String getSdkDataRootPath(int userId, boolean isCeData) { in getSdkDataRootPath() method in SdkSandboxStorageHostTest
1182 return getSdkDataRootPath(/*volumeUuid=*/ null, userId, isCeData); in getSdkDataRootPath()
[all …]