Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A 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()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DSupplicantP2pIfaceCallbackV1_4Impl.java34 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackV1_4Impl
56 sVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
60 if (sVerboseLoggingEnabled) Log.d(TAG, s); in logd()
H A DSupplicantP2pIfaceCallbackImpl.java43 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceCallbackImpl
61 sVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
65 if (sVerboseLoggingEnabled) Log.d(TAG, s); in logd()
H A DSupplicantP2pIfaceHal.java67 private static boolean sVerboseLoggingEnabled = true; field in SupplicantP2pIfaceHal
88 if (sVerboseLoggingEnabled) {
144 sVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
155 if (sVerboseLoggingEnabled) Log.i(TAG, "Registering ISupplicant service ready callback."); in initialize()
525 if (sVerboseLoggingEnabled) Log.d(TAG, s); in logd()