Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DExternalStorageHostTest.java85 private static final String MULTIUSER_CLASS = MULTIUSER_PKG + ".MultiUserStorageTest"; field in ExternalStorageHostTest
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()
377 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testUserIsolation", owner); in testMultiUserStorageIsolated()
378 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testUserIsolation", secondary); in testMultiUserStorageIsolated()
381 runDeviceTests(MULTIUSER_PKG, MULTIUSER_CLASS, "testMediaProviderUserIsolation", owner); in testMultiUserStorageIsolated()
[all …]