Searched refs:mVerboseLoggingEnabled (Results 1 - 25 of 26) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
H A DPasspointProvisioner.java54 private boolean mVerboseLoggingEnabled = false; field in class:PasspointProvisioner
86 mVerboseLoggingEnabled = (level > 0) ? true : false;
153 if (mVerboseLoggingEnabled) {
157 if (mVerboseLoggingEnabled) {
200 if (mVerboseLoggingEnabled) {
214 if (mVerboseLoggingEnabled) {
233 if (mVerboseLoggingEnabled) {
252 if (mVerboseLoggingEnabled) {
270 if (mVerboseLoggingEnabled) {
285 if (mVerboseLoggingEnabled) {
[all...]
H A DOsuNetworkConnection.java44 private boolean mVerboseLoggingEnabled = false; field in class:OsuNetworkConnection
136 if (mVerboseLoggingEnabled) {
167 if (mVerboseLoggingEnabled) {
201 if (mVerboseLoggingEnabled) {
212 mVerboseLoggingEnabled = verbose > 0 ? true : false;
218 if (mVerboseLoggingEnabled) {
233 if (mVerboseLoggingEnabled) {
243 if (mVerboseLoggingEnabled) {
H A DOsuServerConnection.java55 private boolean mVerboseLoggingEnabled = false; field in class:OsuServerConnection
98 mVerboseLoggingEnabled = verbose > 0 ? true : false;
158 if (mVerboseLoggingEnabled) {
166 if (mVerboseLoggingEnabled) {
177 if (mVerboseLoggingEnabled) {
189 if (mVerboseLoggingEnabled) {
219 if (mVerboseLoggingEnabled) {
228 if (mVerboseLoggingEnabled) {
H A DWfaKeyStore.java40 private boolean mVerboseLoggingEnabled = false; field in class:WfaKeyStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiLastResortWatchdog.java41 private boolean mVerboseLoggingEnabled = false; field in class:WifiLastResortWatchdog
118 if (mVerboseLoggingEnabled) {
130 if (mVerboseLoggingEnabled) {
193 if (mVerboseLoggingEnabled) Log.v(TAG, toString());
204 if (mVerboseLoggingEnabled) {
219 if (mVerboseLoggingEnabled) {
242 if (mVerboseLoggingEnabled) {
288 if (mVerboseLoggingEnabled) {
336 if (mVerboseLoggingEnabled) {
351 if (mVerboseLoggingEnabled) Lo
[all...]
H A DWakeupLock.java51 private boolean mVerboseLoggingEnabled; field in class:WakeupLock
99 if (mVerboseLoggingEnabled) {
127 if (mVerboseLoggingEnabled) {
149 if (mVerboseLoggingEnabled) {
180 if (mVerboseLoggingEnabled) {
192 if (mVerboseLoggingEnabled) {
273 mVerboseLoggingEnabled = enabled;
H A DWifiLockManager.java38 private boolean mVerboseLoggingEnabled = false; field in class:WifiLockManager
154 if (mVerboseLoggingEnabled) {
184 if (mVerboseLoggingEnabled) {
189 if (mVerboseLoggingEnabled) {
236 if (mVerboseLoggingEnabled) {
288 mVerboseLoggingEnabled = true;
290 mVerboseLoggingEnabled = false;
H A DScanRequestProxy.java87 private boolean mVerboseLoggingEnabled = false; field in class:ScanRequestProxy
106 if (mVerboseLoggingEnabled) {
119 if (mVerboseLoggingEnabled) {
130 if (mVerboseLoggingEnabled) {
167 mVerboseLoggingEnabled = (verbose > 0);
175 if (mVerboseLoggingEnabled) {
329 if (mVerboseLoggingEnabled) {
338 if (mVerboseLoggingEnabled) {
421 if (mVerboseLoggingEnabled) {
H A DWifiMulticastLockManager.java41 private boolean mVerboseLoggingEnabled = false; field in class:WifiMulticastLockManager
111 mVerboseLoggingEnabled = true;
113 mVerboseLoggingEnabled = false;
H A DWifiKeyStore.java47 private boolean mVerboseLoggingEnabled = false; field in class:WifiKeyStore
59 mVerboseLoggingEnabled = verbose;
91 if (mVerboseLoggingEnabled) {
183 if (mVerboseLoggingEnabled) {
226 if (mVerboseLoggingEnabled) Log.d(TAG, "removing client private key and user cert");
236 if (mVerboseLoggingEnabled) Log.d(TAG, "removing CA cert: " + ca);
H A DWifiTrafficPoller.java75 private boolean mVerboseLoggingEnabled = false; field in class:WifiTrafficPoller
120 mVerboseLoggingEnabled = true;
122 mVerboseLoggingEnabled = false;
136 if (mVerboseLoggingEnabled) {
167 if (mVerboseLoggingEnabled) {
220 if (mVerboseLoggingEnabled) {
H A DWakeupController.java105 private boolean mVerboseLoggingEnabled; field in class:WakeupController
189 if (mVerboseLoggingEnabled) {
221 mVerboseLoggingEnabled = verbose > 0;
222 mWakeupLock.enableVerboseLogging(mVerboseLoggingEnabled);
286 if (mVerboseLoggingEnabled) {
H A DSarManager.java50 private boolean mVerboseLoggingEnabled = true; field in class:SarManager
152 mVerboseLoggingEnabled = true;
154 mVerboseLoggingEnabled = false;
H A DWifiConfigManager.java284 private boolean mVerboseLoggingEnabled = false; field in class:WifiConfigManager
403 mVerboseLoggingEnabled = true;
405 mVerboseLoggingEnabled = false;
407 mWifiConfigStore.enableVerboseLogging(mVerboseLoggingEnabled);
408 mWifiKeyStore.enableVerboseLogging(mVerboseLoggingEnabled);
981 if (mVerboseLoggingEnabled) {
1063 if (mVerboseLoggingEnabled) {
1139 if (mVerboseLoggingEnabled) {
1259 if (mVerboseLoggingEnabled) {
1388 if (mVerboseLoggingEnabled) {
[all...]
H A DWifiScoreReport.java39 private boolean mVerboseLoggingEnabled = false; field in class:WifiScoreReport
68 if (mVerboseLoggingEnabled) Log.d(TAG, "reset");
75 mVerboseLoggingEnabled = enable;
146 if (mVerboseLoggingEnabled) {
H A DWifiMonitor.java108 private boolean mVerboseLoggingEnabled = false; field in class:WifiMonitor
117 mVerboseLoggingEnabled = true;
119 mVerboseLoggingEnabled = false;
190 if (mVerboseLoggingEnabled) Log.d(TAG, "startMonitoring(" + iface + ")");
201 if (mVerboseLoggingEnabled) Log.d(TAG, "stopMonitoring(" + iface + ")");
256 if (mVerboseLoggingEnabled) {
261 if (mVerboseLoggingEnabled) {
H A DHostapdHal.java47 private boolean mVerboseLoggingEnabled = false; field in class:HostapdHal
60 if (mVerboseLoggingEnabled) {
103 mVerboseLoggingEnabled = enable;
137 if (mVerboseLoggingEnabled) {
454 if (mVerboseLoggingEnabled) {
H A DWifiStateMachine.java155 private boolean mVerboseLoggingEnabled = false; field in class:WifiStateMachine
353 if (mVerboseLoggingEnabled) {
357 if (mVerboseLoggingEnabled) {
377 if (mVerboseLoggingEnabled) {
381 if (mVerboseLoggingEnabled) {
1065 mWifiNative.setSupplicantLogLevel(mVerboseLoggingEnabled);
1075 mVerboseLoggingEnabled = true;
1079 mVerboseLoggingEnabled = false;
1082 configureVerboseHalLogging(mVerboseLoggingEnabled);
1085 mWifiScoreReport.enableVerboseLogging(mVerboseLoggingEnabled);
[all...]
H A DWifiServiceImpl.java181 private boolean mVerboseLoggingEnabled = false; field in class:WifiServiceImpl
677 if (mVerboseLoggingEnabled) {
884 if (mVerboseLoggingEnabled) {
901 if (mVerboseLoggingEnabled) {
1153 if (mVerboseLoggingEnabled) {
1206 if (mVerboseLoggingEnabled) {
1591 if (mVerboseLoggingEnabled) {
1639 if (mVerboseLoggingEnabled) {
1653 if (mVerboseLoggingEnabled) {
1666 if (mVerboseLoggingEnabled) {
[all...]
H A DWifiBackupRestore.java122 private boolean mVerboseLoggingEnabled = false; field in class:WifiBackupRestore
165 if (mVerboseLoggingEnabled) {
229 if (mVerboseLoggingEnabled) {
343 if (mVerboseLoggingEnabled) {
392 mVerboseLoggingEnabled = (verbose > 0);
393 if (!mVerboseLoggingEnabled) {
H A DWificondControl.java59 private boolean mVerboseLoggingEnabled = false; field in class:WificondControl
184 mVerboseLoggingEnabled = enable;
208 if (mVerboseLoggingEnabled) {
580 if (mVerboseLoggingEnabled) {
H A DWifiConfigStore.java113 private boolean mVerboseLoggingEnabled = false; field in class:WifiConfigStore
227 mVerboseLoggingEnabled = verbose;
H A DWifiNative.java81 private boolean mVerboseLoggingEnabled = false; field in class:WifiNative
102 mVerboseLoggingEnabled = verbose > 0 ? true : false;
103 mWificondControl.enableVerboseLogging(mVerboseLoggingEnabled);
104 mSupplicantStaIfaceHal.enableVerboseLogging(mVerboseLoggingEnabled);
105 mWifiVendorHal.enableVerboseLogging(mVerboseLoggingEnabled);
463 if (mVerboseLoggingEnabled) {
551 if (mVerboseLoggingEnabled) {
598 if (mVerboseLoggingEnabled) {
606 if (mVerboseLoggingEnabled) {
H A DSupplicantStaIfaceHal.java98 private boolean mVerboseLoggingEnabled = false; field in class:SupplicantStaIfaceHal
116 if (mVerboseLoggingEnabled) {
158 mVerboseLoggingEnabled = enable;
187 if (mVerboseLoggingEnabled) {
1061 network.enableVerboseLogging(mVerboseLoggingEnabled);
2185 if (mVerboseLoggingEnabled) {
2198 if (mVerboseLoggingEnabled) {
2426 if (mVerboseLoggingEnabled) {
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pMonitor.java83 private boolean mVerboseLoggingEnabled = false; field in class:WifiP2pMonitor
92 mVerboseLoggingEnabled = true;
94 mVerboseLoggingEnabled = false;
163 if (mVerboseLoggingEnabled) Log.d(TAG, "stopMonitoring(" + iface + ")");
217 if (mVerboseLoggingEnabled) {
222 if (mVerboseLoggingEnabled) {

Completed in 184 milliseconds

12