Home
last modified time | relevance | path

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

/cts/hostsidetests/appsearch/src/android/appsearch/cts/
DAppSearchHostTestBase.java56 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runDeviceTestAsUserInPkgA() local
62 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUserInPkgA()
65 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUserInPkgA()
77 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runContactsIndexerDeviceTestAsUserInPkgA() local
83 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runContactsIndexerDeviceTestAsUserInPkgA()
86 runDeviceTests(deviceTestRunOptions)).isTrue(); in runContactsIndexerDeviceTestAsUserInPkgA()
91 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runEnterpriseContactsDeviceTestAsUserInPkgA() local
97 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runEnterpriseContactsDeviceTestAsUserInPkgA()
100 runDeviceTests(deviceTestRunOptions)).isTrue(); in runEnterpriseContactsDeviceTestAsUserInPkgA()
/cts/hostsidetests/blobstore/src/com/android/cts/host/blob/
DBaseBlobStoreHostTest.java80 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPkg) in runDeviceTestAsUser() local
85 deviceTestRunOptions.setUserId(userId); in runDeviceTestAsUser()
89 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUser()
93 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUser()
/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/
DAppCloningBaseHostTest.java196 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPackage) in runDeviceTestAsUser() local
202 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUser()
206 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUser()
/cts/hostsidetests/scopedstorage/host/src/android/scopedstorage/cts/host/
DAppCloningMediaProviderHostTest.java186 DeviceTestRunOptions deviceTestRunOptions = in runDeviceTestAsUserInPkgA() local
194 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUserInPkgA()
197 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUserInPkgA()