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