Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiDiagnostics.java78 public static final int VERBOSE_NO_LOG = 0; field in WifiDiagnostics
145 private int mLogLevel = VERBOSE_NO_LOG;
243 if (mLogLevel != VERBOSE_NO_LOG) { in stopLogging()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiDiagnosticsTest.java229 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLoggingInVerboseMode()
242 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()
245 gt(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndThenStartRingBufferLoggingInNormalMode()