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 | 69 public static final int VERBOSE_NO_LOG = 0; field in WifiDiagnostics 125 private int mLogLevel = VERBOSE_NO_LOG; 239 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiDiagnosticsTest.java | 212 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode() 225 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode() 228 gt(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()
|