Searched refs:stopMonitor (Results 1 – 5 of 5) sorted by relevance
130 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor()142 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor_nullResult()
881 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(null); in testEnableNetworkMonitor()892 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(null); in testEnableNetworkMonitor_failure()907 EasyMock.expect(mMockWifi.stopMonitor()).andReturn(samples); in testDisableNetworkMonitor()
267 List<Long> stopMonitor() throws DeviceNotAvailableException; in stopMonitor() method
499 public List<Long> stopMonitor() throws DeviceNotAvailableException { in stopMonitor() method in WifiHelper
2700 wifi.stopMonitor(); in enableNetworkMonitor()2716 List<Long> samples = wifi.stopMonitor(); in disableNetworkMonitor()