Home
last modified time | relevance | path

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

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/
DAppCloningStorageHostTest.java64 int mCloneUserIdInt = Integer.parseInt(sCloneUserId); in testVerifyStatsExternalForClonedUser() local
67 String.format(EXTERNAL_STORAGE_PATH, mCloneUserIdInt), mCloneUserIdInt), in testVerifyStatsExternalForClonedUser() local
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DStorageHostTest.java188 int mCloneUserIdInt = createCloneUserAndInstallDeviceTestApk(); in testVerifyStatsExternalForClonedUser() local
189 runDeviceTests(PKG_STATS, CLASS_STATS, "testVerifyStatsExternal", mCloneUserIdInt, true); in testVerifyStatsExternalForClonedUser()
328 Integer mCloneUserIdInt = Integer.parseInt(sCloneUserId); in createCloneUserAndInstallDeviceTestApk() local
332 eventually(() -> getDevice().doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in createCloneUserAndInstallDeviceTestApk()
336 return mCloneUserIdInt; in createCloneUserAndInstallDeviceTestApk()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningMediaProviderHostTest.java93 Integer mCloneUserIdInt = Integer.parseInt(sCloneUserId); in beforeClassWithDevice() local
97 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in beforeClassWithDevice()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/
DAppCloningHostTest.java121 Integer mCloneUserIdInt = Integer.parseInt(sCloneUserId); in testCreateCloneUserFile() local
123 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in testCreateCloneUserFile()
134 eventually(() -> sDevice.doesFileExist(filePathOnClone, mCloneUserIdInt), in testCreateCloneUserFile()