Searched refs:stopMonitor (Results 1 – 5 of 5) sorted by relevance
290 List<Long> stopMonitor() throws DeviceNotAvailableException; in stopMonitor() method
717 public List<Long> stopMonitor() throws DeviceNotAvailableException { in stopMonitor() method in WifiHelper
3369 wifi.stopMonitor(); in enableNetworkMonitor()3385 List<Long> samples = wifi.stopMonitor(); in disableNetworkMonitor()
156 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor()168 List<Long> result = wifiHelper.stopMonitor(); in testStopMonitor_nullResult()
1136 when(mMockWifi.stopMonitor()).thenReturn(null); in testEnableNetworkMonitor()1147 when(mMockWifi.stopMonitor()).thenReturn(null); in testEnableNetworkMonitor_failure()1162 when(mMockWifi.stopMonitor()).thenReturn(samples); in testDisableNetworkMonitor()