Home
last modified time | relevance | path

Searched refs:VERBOSE_NO_LOG (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java58 public static final int VERBOSE_NO_LOG = 0; field in WifiLogger
99 private int mLogLevel = VERBOSE_NO_LOG;
183 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging()
186 mLogLevel = VERBOSE_NO_LOG; in stopLogging()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLoggerTest.java146 eq(WifiLogger.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLogging()