Home
last modified time | relevance | path

Searched refs:clearLastConnectedWifiNetwork (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationMultiTest.java111 mDevice1.clearLastConnectedWifiNetwork(); in makeTwoDeviceContext()
122 mDevice2.clearLastConnectedWifiNetwork(); in makeTwoDeviceContext()
DTestInvocationTest.java518 mMockDevice.clearLastConnectedWifiNetwork(); in testInvoke_resume()
583 mMockDevice.clearLastConnectedWifiNetwork(); in testInvoke_resume()
589 mMockDevice.clearLastConnectedWifiNetwork(); in testInvoke_resume()
648 mMockDevice.clearLastConnectedWifiNetwork(); in testInvoke_resume()
1150 mMockDevice.clearLastConnectedWifiNetwork(); in setupInvoke()
1153 mMockDevice.clearLastConnectedWifiNetwork(); in setupInvoke()
/tools/tradefederation/core/src/com/android/tradefed/device/
DITestDevice.java202 public void clearLastConnectedWifiNetwork(); in clearLastConnectedWifiNetwork() method
DNativeDevice.java2314 public void clearLastConnectedWifiNetwork() { in clearLastConnectedWifiNetwork() method in NativeDevice
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DInvocationExecution.java278 device.clearLastConnectedWifiNetwork(); in doTeardown()
DTestInvocation.java622 context.getDevice(deviceName).clearLastConnectedWifiNetwork(); in invoke()