Home
last modified time | relevance | path

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

/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java54 protected void runDeviceTest(String testPkg, String testClass, String testMethod) in runDeviceTest() argument
56 runDeviceTest(testPkg, testClass, testMethod, null); in runDeviceTest()
59 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() argument
61 runDeviceTestAsUser(testPkg, testClass, testMethod, null, userId); in runDeviceTestAsUser()
64 protected void runDeviceTest(String testPkg, String testClass, String testMethod, in runDeviceTest() argument
66 runDeviceTestAsUser(testPkg, testClass, testMethod, instrumentationArgs, -1); in runDeviceTest()
69 protected void runDeviceTestAsUser(String testPkg, String testClass, String testMethod, in runDeviceTestAsUser() argument
71 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPkg) in runDeviceTestAsUser()