Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java51 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runDeviceTestAsUserInPkgA() local
57 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUserInPkgA()
60 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUserInPkgA()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java71 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPkg) in runDeviceTestAsUser() local
76 deviceTestRunOptions.setUserId(userId); in runDeviceTestAsUser()
80 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUser()
84 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUser()