Searched refs:mCloneUserIdInt (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/media/storage/ |
D | AppCloningStorageHostTest.java | 64 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/ |
D | StorageHostTest.java | 188 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/ |
D | AppCloningMediaProviderHostTest.java | 93 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/ |
D | AppCloningHostTest.java | 121 Integer mCloneUserIdInt = Integer.parseInt(sCloneUserId); in testCreateCloneUserFile() local 123 eventually(() -> sDevice.doesFileExist(sCloneUserStoragePath, mCloneUserIdInt), in testCreateCloneUserFile() 134 eventually(() -> sDevice.doesFileExist(filePathOnClone, mCloneUserIdInt), in testCreateCloneUserFile()
|