Searched refs:deviceTestRunOptions (Results 1 – 4 of 4) sorted by relevance
56 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runDeviceTestAsUserInPkgA() local62 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUserInPkgA()65 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUserInPkgA()77 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runContactsIndexerDeviceTestAsUserInPkgA() local83 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runContactsIndexerDeviceTestAsUserInPkgA()86 runDeviceTests(deviceTestRunOptions)).isTrue(); in runContactsIndexerDeviceTestAsUserInPkgA()91 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(TARGET_PKG_A) in runEnterpriseContactsDeviceTestAsUserInPkgA() local97 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runEnterpriseContactsDeviceTestAsUserInPkgA()100 runDeviceTests(deviceTestRunOptions)).isTrue(); in runEnterpriseContactsDeviceTestAsUserInPkgA()
80 final DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPkg) in runDeviceTestAsUser() local85 deviceTestRunOptions.setUserId(userId); in runDeviceTestAsUser()89 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUser()93 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUser()
196 DeviceTestRunOptions deviceTestRunOptions = new DeviceTestRunOptions(testPackage) in runDeviceTestAsUser() local202 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUser()206 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUser()
186 DeviceTestRunOptions deviceTestRunOptions = in runDeviceTestAsUserInPkgA() local194 deviceTestRunOptions.addInstrumentationArg(entry.getKey(), entry.getValue()); in runDeviceTestAsUserInPkgA()197 runDeviceTests(deviceTestRunOptions)).isTrue(); in runDeviceTestAsUserInPkgA()