Searched refs:resetLogHandler (Results 1 – 3 of 3) sorted by relevance
163 verify(mWifiNative).resetLogHandler(); in stopLoggingResetsLogHandlerIfHandlerWasRegistered()171 verify(mWifiNative, never()).resetLogHandler(); in stopLoggingOnlyResetsLogHandlerIfHandlerWasRegistered()183 when(mWifiNative.resetLogHandler()).thenReturn(true); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()185 verify(mWifiNative).resetLogHandler(); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()189 verify(mWifiNative, never()).resetLogHandler(); in multipleStopLoggingCallsOnlyResetLogHandlerOnce()
174 if (!mWifiNative.resetLogHandler()) { in stopLogging()
2501 public boolean resetLogHandler() { in resetLogHandler() method in WifiNative