Searched defs:mVerboseLoggingLevel (Results 1 - 1 of 1) sorted by path

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java1280 private int mVerboseLoggingLevel = 0; field in class:WifiStateMachine
1283 return mVerboseLoggingLevel;
1287 mVerboseLoggingLevel = verbose;
1301 mWifiLogger.startLogging(mVerboseLoggingLevel > 0);
6107 mWifiLogger.startLogging(mVerboseLoggingLevel > 0);

Completed in 75 milliseconds