Searched refs:mVerboseLoggingLevel (Results 1 – 1 of 1) sorted by relevance
163 private int mVerboseLoggingLevel = 0; field in WifiStateMachine1213 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 …]