Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java84 private static final String MULTIUSER_PKG = "com.android.cts.multiuserstorageapp"; field in ExternalStorageHostTest
85 private static final String MULTIUSER_CLASS = MULTIUSER_PKG + ".MultiUserStorageTest";
132 getDevice().uninstallPackage(MULTIUSER_PKG); in cleanUp()
358 getDevice().uninstallPackage(MULTIUSER_PKG); in testMultiUserStorageIsolated()
365 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testCleanIsolatedStorage", owner); in testMultiUserStorageIsolated()
366 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testCleanIsolatedStorage", secondary); in testMultiUserStorageIsolated()
369 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testWriteIsolatedStorage", owner); in testMultiUserStorageIsolated()
370 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testWriteIsolatedStorage", secondary); in testMultiUserStorageIsolated()
373 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testReadIsolatedStorage", owner); in testMultiUserStorageIsolated()
374 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testReadIsolatedStorage", secondary); in testMultiUserStorageIsolated()
[all …]