HomeSort by relevance Sort by last modified time
    Searched refs:resetLogHandler (Results 1 - 5 of 5) sorted by null

  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiDiagnosticsTest.java 213 verify(mWifiNative).resetLogHandler();
216 /** Verifies that, if a log handler is not registered, stopLogging() skips resetLogHandler(). */
220 verify(mWifiNative, never()).resetLogHandler();
232 when(mWifiNative.resetLogHandler()).thenReturn(true);
234 verify(mWifiNative).resetLogHandler();
238 verify(mWifiNative, never()).resetLogHandler();
    [all...]
WifiVendorHalTest.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiDiagnostics.java 189 if (!mWifiNative.resetLogHandler()) {
194 // Clear mIsLoggingEventHandlerRegistered even if resetLogHandler() failed, because
WifiNative.java     [all...]
WifiVendorHal.java     [all...]

Completed in 678 milliseconds