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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java58 public static final int VERBOSE_NO_LOG = 0; field in class:WifiDiagnostics
99 private int mLogLevel = VERBOSE_NO_LOG;
194 if (mLogLevel != VERBOSE_NO_LOG) {
197 mLogLevel = VERBOSE_NO_LOG;
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiDiagnosticsTest.java174 eq(WifiDiagnostics.VERBOSE_NO_LOG), anyInt(), anyInt(), anyInt(),

Completed in 56 milliseconds