Home
last modified time | relevance | path

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

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java81 private static String sCloneUserStoragePath; field in AppCloningHostTest
96 sCloneUserStoragePath = String.format(EXTERNAL_STORAGE_PATH, in setup()
123 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in testCreateCloneUserFile()
128 String filePathOnClone = sCloneUserStoragePath + tmpFile.getName(); in testCreateCloneUserFile()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningMediaProviderHostTest.java94 String sCloneUserStoragePath = String.format(EXTERNAL_STORAGE_PATH, in beforeClassWithDevice() local
97 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in beforeClassWithDevice()
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java329 String sCloneUserStoragePath = String.format(EXTERNAL_STORAGE_PATH, in createCloneUserAndInstallDeviceTestApk() local
332 eventually(() -> getDevice().doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in createCloneUserAndInstallDeviceTestApk()