Home
last modified time | relevance | path

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

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBlobStoreMultiUserTest.java73 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testCreateSession", in testCreateAndOpenSession()
77 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenSession", args, in testCreateAndOpenSession()
80 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenSession_shouldThrow", args, in testCreateAndOpenSession()
88 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testCommitBlob", args, in testCommitAndOpenBlob()
92 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob", args, in testCommitAndOpenBlob()
95 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob_shouldThrow", args, in testCommitAndOpenBlob()
103 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testCommitBlob", args, in testBlobAccessAcrossUsers_withTestOnlyApp()
107 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp()
110 runDeviceTestAsUser(TARGET_PKG, TEST_CLASS, "testOpenBlob_shouldThrow", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp()
115 runDeviceTestAsUser(TARGET_PKG_DEV, TEST_CLASS, "testOpenBlob", argsFromLastTestRun, in testBlobAccessAcrossUsers_withTestOnlyApp()
[all …]
DBaseBlobStoreHostTest.java59 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() method in BaseBlobStoreHostTest
61 runDeviceTestAsUser(testPkg, testClass, testMethod, null, userId); in runDeviceTestAsUser()
66 runDeviceTestAsUser(testPkg, testClass, testMethod, instrumentationArgs, -1); in runDeviceTest()
69 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() method in BaseBlobStoreHostTest
/cts/hostsidetests/packagemanager/multiuser/src/com/android/tests/packagemanager/multiuser/host/
DPackageManagerMultiUserTestBase.java65 protected void runDeviceTestAsUser( in runDeviceTestAsUser() method in PackageManagerMultiUserTestBase
88 protected void runDeviceTestAsUser(String testMethodName, int userId, in runDeviceTestAsUser() method in PackageManagerMultiUserTestBase
91 runDeviceTestAsUser(TEST_PACKAGE, TEST_CLASS, testMethodName, userId, params); in runDeviceTestAsUser()
DUninstallExistingPackageTest.java62 runDeviceTestAsUser("testUninstallExistingPackage", mUserId, in testUninstallExistingPackage_succeedsIfInstalledInAnotherUser()
79 runDeviceTestAsUser("testUninstallExistingPackage", mUserId, in testUninstallExistingPackage_failsIfInstalledInOnlyOneUser()
DPackageManagerMultiUserTest.java32 runDeviceTestAsUser("testGetInstalledModules", userId, null); in getInstalledModules()