Searched refs:VERBOSE_NO_LOG (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiDiagnostics.java | 63 public static final int VERBOSE_NO_LOG = 0; field in WifiDiagnostics 113 private int mLogLevel = VERBOSE_NO_LOG; 217 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging() 220 mLogLevel = VERBOSE_NO_LOG; in stopLogging()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiDiagnosticsTest.java | 191 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode() 203 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode() 206 gt(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()
|