Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiLogger.java60 public static final int VERBOSE_NORMAL_LOG = 1; field in WifiLogger
131 mLogLevel = VERBOSE_NORMAL_LOG; in startLogging()
385 return mLogLevel > VERBOSE_NORMAL_LOG; in isVerboseLoggingEnabled()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiLoggerTest.java149 eq(WifiLogger.VERBOSE_NORMAL_LOG), anyInt(), anyInt(), anyInt(), in startLoggingStopsAndRestartsRingBufferLogging()