Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiChannelUtilization.java48 private static boolean sVerboseLoggingEnabled = false; field in WifiChannelUtilization
90 sVerboseLoggingEnabled = verbose; in enableVerboseLogging()
111 if (sVerboseLoggingEnabled) { in init()
151 if (sVerboseLoggingEnabled) { in setDeviceMobilityState()
213 if (sVerboseLoggingEnabled) { in calculateChannelUtilization()
/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceCallbackHidlV1_4Impl.java35 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackHidlV1_4Impl
57 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
61 if (sVerboseLoggingEnabled) Log.d(TAG, s, null); in logd()
DSupplicantP2pIfaceCallbackHidlImpl.java45 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackHidlImpl
63 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
67 if (sVerboseLoggingEnabled) Log.d(TAG, s, null); in logd()
DSupplicantP2pIfaceHal.java43 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHal
67 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
98 if (sVerboseLoggingEnabled) { in initialize()
DSupplicantP2pIfaceCallbackAidlImpl.java65 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackAidlImpl
82 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
86 if (sVerboseLoggingEnabled) { in logd()
DSupplicantP2pIfaceHalHidlImpl.java71 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHalHidlImpl
93 if (sVerboseLoggingEnabled) {
150 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
202 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize()
591 if (sVerboseLoggingEnabled) Log.d(TAG, s, null); in logd()
DSupplicantP2pIfaceHalAidlImpl.java84 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHalAidlImpl
129 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java91 private static boolean sVerboseLoggingEnabled = false; field in ApConfigUtil
98 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
514 if (sVerboseLoggingEnabled) { in getAvailableChannelFreqsForBand()
913 if (sVerboseLoggingEnabled) { in updateApChannelConfig()