Searched refs:MULTIUSER_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | ExternalStorageHostTest.java | 85 private static final String MULTIUSER_PKG = "com.android.cts.multiuserstorageapp"; field in ExternalStorageHostTest 86 private static final String MULTIUSER_CLASS = MULTIUSER_PKG + ".MultiUserStorageTest"; 133 getDevice().uninstallPackage(MULTIUSER_PKG); in cleanUp() 359 getDevice().uninstallPackage(MULTIUSER_PKG); in testMultiUserStorageIsolated() 366 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testCleanIsolatedStorage", owner); in testMultiUserStorageIsolated() 367 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testCleanIsolatedStorage", secondary); in testMultiUserStorageIsolated() 370 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testWriteIsolatedStorage", owner); in testMultiUserStorageIsolated() 371 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testWriteIsolatedStorage", secondary); in testMultiUserStorageIsolated() 374 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testReadIsolatedStorage", owner); in testMultiUserStorageIsolated() 375 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testReadIsolatedStorage", secondary); in testMultiUserStorageIsolated() [all …]
|