Searched refs:getOptions (Results 1 – 12 of 12) sorted by relevance
82 for (TestMapping.TestOption option : test.getOptions()) { in loadTests()
132 private Map<String, String> getOptions() { in getOptions() method in LongevityHostRunner176 mSuiteKlass, new DeviceJUnit4ClassRunnerBuilder(), getOptions()); in constructSuite()
681 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl())) in testConnectToWifiNetworkIfNeeded_alreadyConnected()694 mTestDevice.getOptions().getConnCheckUrl(), false)).andReturn(true); in testConnectToWifiNetwork_success()710 mTestDevice.getOptions().getConnCheckUrl(), false)).andReturn(false) in testConnectToWifiNetwork_failure()711 .times(mTestDevice.getOptions().getWifiAttempts()); in testConnectToWifiNetwork_failure()715 .times(mTestDevice.getOptions().getWifiAttempts()); in testConnectToWifiNetwork_failure()717 EasyMock.expectLastCall().times(mTestDevice.getOptions().getWifiAttempts() - 1); in testConnectToWifiNetwork_failure()730 OptionSetter deviceOptionSetter = new OptionSetter(mTestDevice.getOptions()); in testConnectToWifiNetwork_maxConnectTime()738 mTestDevice.getOptions().getConnCheckUrl(), in testConnectToWifiNetwork_maxConnectTime()759 mTestDevice.getOptions().getConnCheckUrl(), true)).andReturn(true); in testConnectToWifiNetwork_scanSsid()776 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl())) in testCheckWifiConnection()[all …]
192 boolean enableRoot = mTestDevice.getOptions().isEnableAdbRoot(); in testEnableAdbRoot_noEnableRoot()193 OptionSetter setter = new OptionSetter(mTestDevice.getOptions()); in testEnableAdbRoot_noEnableRoot()1157 mTestDevice.getOptions().setUseFastbootErase(true); in testUnencryptDevice_wipe()
61 TestMapping.TestOption option = tests.get(0).getOptions().get(0); in testparseTestMapping()
356 public TestDeviceOptions getOptions(); in getOptions() method
3385 public TestDeviceOptions getOptions() { in getOptions() method in NativeDevice
83 public List<TestOption> getOptions() { in getOptions() method in TestMapping.TestInfo
68 EasyMock.expect(mMockDevice.getOptions()).andReturn(new TestDeviceOptions()).anyTimes(); in setUp()
1163 EasyMock.expect(mMockDevice.getOptions()).andReturn(options).once(); in doSetupExpectations()
META-INF/ META-INF/MANIFEST.MF org/ org/gradle/ org/ ...
423 if (device.getOptions().isEnableAdbRoot() && !device.enableAdbRoot()) { in setUp()