Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java163 private int mVerboseLoggingLevel = 0; field in WifiStateMachine
1213 mVerboseLoggingLevel = mFacade.getIntegerSetting( in WifiStateMachine()
1292 return mVerboseLoggingLevel; in getVerboseLoggingLevel()
1296 mVerboseLoggingLevel = verbose; in enableVerboseLogging()
1303 if (mVerboseLoggingLevel > 0) { in updateLoggingLevel()
1315 mCountryCode.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel()
1317 mWifiMonitor.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel()
1318 mWifiNative.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel()
1319 mWifiConfigManager.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel()
1320 mSupplicantStateTracker.enableVerboseLogging(mVerboseLoggingLevel); in updateLoggingLevel()
[all …]