Searched refs:stopMonitor (Results 1 – 5 of 5) sorted by relevance
267 List<Long> stopMonitor() throws DeviceNotAvailableException; in stopMonitor() method
475 public List<Long> stopMonitor() throws DeviceNotAvailableException { in stopMonitor() method in WifiHelper
2496 wifi.stopMonitor(); in enableNetworkMonitor()2512 List<Long> samples = wifi.stopMonitor(); in disableNetworkMonitor()
130 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor()142 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor_nullResult()
828 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(null); in testEnableNetworkMonitor()840 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(null); in testEnableNetworkMonitor_failure()856 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(samples); in testDisableNetworkMonitor()