HomeSort by relevance Sort by last modified time
    Searched refs:getConnCheckUrl (Results 1 - 3 of 3) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
TestDeviceOptions.java 243 public String getConnCheckUrl() {
NativeDevice.java     [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
NativeDeviceTest.java 573 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl()))
586 mTestDevice.getOptions().getConnCheckUrl(), false)).andReturn(true);
602 mTestDevice.getOptions().getConnCheckUrl(), false)).andReturn(false)
621 mTestDevice.getOptions().getConnCheckUrl(), true)).andReturn(true);
637 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl()))
691 EasyMock.eq(mTestDevice.getOptions().getConnCheckUrl()))).andReturn(true);
703 EasyMock.eq(mTestDevice.getOptions().getConnCheckUrl()))).andReturn(false);
727 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl()))
729 EasyMock.expect(mMockWifi.checkConnectivity(mTestDevice.getOptions().getConnCheckUrl()))
    [all...]

Completed in 465 milliseconds