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.java47 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHal
71 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
102 if (sVerboseLoggingEnabled) { in initialize()
DSupplicantP2pIfaceCallbackAidlImpl.java75 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackAidlImpl
92 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
96 if (sVerboseLoggingEnabled) { in logd()
DSupplicantP2pIfaceHalHidlImpl.java75 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHalHidlImpl
97 if (sVerboseLoggingEnabled) {
154 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
206 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize()
595 if (sVerboseLoggingEnabled) Log.d(TAG, s, null); in logd()
DSupplicantP2pIfaceHalAidlImpl.java107 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHalAidlImpl
152 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DApConfigUtil.java99 private static boolean sVerboseLoggingEnabled = false; field in ApConfigUtil
106 sVerboseLoggingEnabled = verboseEnabled; in enableVerboseLogging()
528 if (sVerboseLoggingEnabled) { in getAvailableChannelFreqsForBand()
1035 if (sVerboseLoggingEnabled) { in updateApChannelConfig()