Home
last modified time | relevance | path

Searched refs:mVerboseLoggingEnabled (Results 1 – 25 of 33) sorted by relevance

12

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointProvisioner.java89 private boolean mVerboseLoggingEnabled = false; field in PasspointProvisioner
135 mVerboseLoggingEnabled = (level > 0) ? true : false; in enableVerboseLogging()
220 if (mVerboseLoggingEnabled) { in startProvisioning()
225 if (mVerboseLoggingEnabled) { in startProvisioning()
288 if (mVerboseLoggingEnabled) { in handleWifiDisabled()
306 if (mVerboseLoggingEnabled) { in handleServerConnectionStatus()
334 if (mVerboseLoggingEnabled) { in handleServerValidationFailure()
356 if (mVerboseLoggingEnabled) { in handleServerValidationSuccess()
427 if (mVerboseLoggingEnabled) { in handleConnectedEvent()
561 if (mVerboseLoggingEnabled) { in handleSoapMessageResponse()
[all …]
DOsuNetworkConnection.java47 private boolean mVerboseLoggingEnabled = false; field in OsuNetworkConnection
135 if (mVerboseLoggingEnabled) { in disconnectIfNeeded()
169 if (mVerboseLoggingEnabled) { in connect()
223 if (mVerboseLoggingEnabled) { in connect()
235 mVerboseLoggingEnabled = verbose > 0 ? true : false; in enableVerboseLogging()
257 if (mVerboseLoggingEnabled) { in onLinkPropertiesChanged()
274 if (mVerboseLoggingEnabled) { in onUnavailable()
284 if (mVerboseLoggingEnabled) { in onLost()
DOsuServerConnection.java85 private boolean mVerboseLoggingEnabled = false; field in OsuServerConnection
151 mVerboseLoggingEnabled = verbose > 0 ? true : false; in enableVerboseLogging()
203 if (mVerboseLoggingEnabled) { in validateProvider()
331 if (mVerboseLoggingEnabled) { in performSoapMessageExchange()
448 if (mVerboseLoggingEnabled) { in getCert()
458 if (mVerboseLoggingEnabled) { in getCert()
489 if (mVerboseLoggingEnabled) { in getCert()
557 if (mVerboseLoggingEnabled) { in checkClientTrusted()
565 if (mVerboseLoggingEnabled) { in checkServerTrusted()
576 if (mVerboseLoggingEnabled) { in checkServerTrusted()
[all …]
DWfaKeyStore.java40 private boolean mVerboseLoggingEnabled = false; field in WfaKeyStore
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java121 private boolean mVerboseLoggingEnabled = false; field in WifiP2pServiceImpl
591 if (mVerboseLoggingEnabled) { in getMessenger()
597 if (mVerboseLoggingEnabled) Log.d(TAG, "binderDied: binder=" + binder); in getMessenger()
763 if (mVerboseLoggingEnabled) logd("called onDeleteGroup() netId=" + netId);
868 mVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
925 if (mVerboseLoggingEnabled) logd(getName() + message.toString()); in processMessage()
929 if (mVerboseLoggingEnabled) { in processMessage()
1320 if (mVerboseLoggingEnabled) logd(getName()); in enter()
1327 if (mVerboseLoggingEnabled) logd(getName() + message.toString()); in processMessage()
1330 if (mVerboseLoggingEnabled) logd("p2p socket connection lost"); in processMessage()
[all …]
DWifiP2pMonitor.java83 private boolean mVerboseLoggingEnabled = false; field in WifiP2pMonitor
94 mVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
161 if (mVerboseLoggingEnabled) Log.d(TAG, "stopMonitoring(" + iface + ")"); in stopMonitoring()
215 if (mVerboseLoggingEnabled) { in sendMessage()
220 if (mVerboseLoggingEnabled) { in sendMessage()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWakeupLock.java51 private boolean mVerboseLoggingEnabled; field in WakeupLock
99 if (mVerboseLoggingEnabled) { in maybeSetInitializedByScans()
127 if (mVerboseLoggingEnabled) { in maybeSetInitializedByTimeout()
149 if (mVerboseLoggingEnabled) { in addToLock()
180 if (mVerboseLoggingEnabled) { in removeFromLock()
192 if (mVerboseLoggingEnabled) { in removeFromLock()
273 mVerboseLoggingEnabled = enabled; in enableVerboseLogging()
DWifiLastResortWatchdog.java45 private boolean mVerboseLoggingEnabled = false; field in WifiLastResortWatchdog
132 if (mVerboseLoggingEnabled) { in updateAvailableNetworks()
144 if (mVerboseLoggingEnabled) { in updateAvailableNetworks()
214 if (mVerboseLoggingEnabled) Log.v(TAG, toString()); in updateAvailableNetworks()
225 if (mVerboseLoggingEnabled) { in noteConnectionFailureAndTriggerIfNeeded()
240 if (mVerboseLoggingEnabled) { in noteConnectionFailureAndTriggerIfNeeded()
370 if (mVerboseLoggingEnabled) { in incrementBssidFailureCount()
438 if (mVerboseLoggingEnabled) Log.v(TAG, "checkTriggerCondition."); in checkTriggerCondition()
475 if (mVerboseLoggingEnabled) Log.v(TAG, "incrementWifiMetricsTriggerCounts."); in incrementWifiMetricsTriggerCounts()
514 if (mVerboseLoggingEnabled) Log.v(TAG, "clearAllFailureCounts."); in clearAllFailureCounts()
[all …]
DWifiKeyStore.java50 private boolean mVerboseLoggingEnabled = false; field in WifiKeyStore
62 mVerboseLoggingEnabled = verbose; in enableVerboseLogging()
94 if (mVerboseLoggingEnabled) { in installKeys()
186 if (mVerboseLoggingEnabled) { in putCertsInKeyStore()
231 if (mVerboseLoggingEnabled) { in removeKeys()
246 if (mVerboseLoggingEnabled) { in removeKeys()
318 if (mVerboseLoggingEnabled) { in updateNetworkKeys()
335 if (mVerboseLoggingEnabled) { in updateNetworkKeys()
342 if (mVerboseLoggingEnabled) { in updateNetworkKeys()
DScanRequestProxy.java92 private boolean mVerboseLoggingEnabled = false; field in ScanRequestProxy
120 if (mVerboseLoggingEnabled) { in onResults()
131 if (mVerboseLoggingEnabled) { in onResults()
159 if (mVerboseLoggingEnabled) { in onSuccess()
206 if (mVerboseLoggingEnabled) { in initialize()
253 mVerboseLoggingEnabled = (verbose > 0); in enableVerboseLogging()
429 if (mVerboseLoggingEnabled) { in shouldScanRequestBeThrottledForApp()
438 if (mVerboseLoggingEnabled) { in shouldScanRequestBeThrottledForApp()
522 if (mVerboseLoggingEnabled) { in clearScanRequestTimestampsForApp()
DWifiConfigManager.java323 private boolean mVerboseLoggingEnabled = false; field in WifiConfigManager
536 mVerboseLoggingEnabled = true; in enableVerboseLogging()
538 mVerboseLoggingEnabled = false; in enableVerboseLogging()
540 mWifiConfigStore.enableVerboseLogging(mVerboseLoggingEnabled); in enableVerboseLogging()
541 mWifiKeyStore.enableVerboseLogging(mVerboseLoggingEnabled); in enableVerboseLogging()
1158 if (mVerboseLoggingEnabled) { in addOrUpdateNetworkInternal()
1249 if (mVerboseLoggingEnabled) { in addOrUpdateNetworkInternal()
1352 if (mVerboseLoggingEnabled) { in removeNetworkInternal()
1485 if (mVerboseLoggingEnabled) { in removeAllEphemeralOrPasspointConfiguredNetworks()
1635 if (mVerboseLoggingEnabled) { in updateNetworkSelectionStatus()
[all …]
DSarManager.java63 private boolean mVerboseLoggingEnabled = true; field in SarManager
134 if (mVerboseLoggingEnabled) { in handleScreenStateChanged()
171 if (mVerboseLoggingEnabled) { in checkAudioDevice()
283 if (mVerboseLoggingEnabled) { in registerVoiceStreamListener()
289 if (mVerboseLoggingEnabled) { in registerVoiceStreamListener()
424 if (mVerboseLoggingEnabled) { in onCellStateChangeEvent()
462 mVerboseLoggingEnabled = true; in enableVerboseLogging()
464 mVerboseLoggingEnabled = false; in enableVerboseLogging()
DWifiNetworkFactory.java137 private boolean mVerboseLoggingEnabled = false; field in WifiNetworkFactory
201 if (mVerboseLoggingEnabled) { in onSuccess()
216 if (mVerboseLoggingEnabled) { in onResults()
226 if (mVerboseLoggingEnabled) { in onResults()
254 if (mVerboseLoggingEnabled) { in onResults()
327 if (mVerboseLoggingEnabled) {
420 mVerboseLoggingEnabled = (verbose > 0); in enableVerboseLogging()
441 if (mVerboseLoggingEnabled) { in addCallback()
458 if (mVerboseLoggingEnabled) { in removeCallback()
560 if (mVerboseLoggingEnabled) { in acceptRequest()
[all …]
DWakeupController.java113 private boolean mVerboseLoggingEnabled; field in WakeupController
205 if (mVerboseLoggingEnabled) { in setLastDisconnectInfo()
257 if (mVerboseLoggingEnabled) { in start()
262 if (mVerboseLoggingEnabled) { in start()
296 mVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
297 mWakeupLock.enableVerboseLogging(mVerboseLoggingEnabled); in enableVerboseLogging()
370 if (mVerboseLoggingEnabled) { in handleScanResults()
DWifiMonitor.java106 private boolean mVerboseLoggingEnabled = false; field in WifiMonitor
115 mVerboseLoggingEnabled = true; in enableVerboseLogging()
117 mVerboseLoggingEnabled = false; in enableVerboseLogging()
187 if (mVerboseLoggingEnabled) Log.d(TAG, "startMonitoring(" + iface + ")"); in startMonitoring()
198 if (mVerboseLoggingEnabled) Log.d(TAG, "stopMonitoring(" + iface + ")"); in stopMonitoring()
253 if (mVerboseLoggingEnabled) { in sendMessage()
258 if (mVerboseLoggingEnabled) { in sendMessage()
DWifiLockManager.java53 private boolean mVerboseLoggingEnabled = false; field in WifiLockManager
272 if (mVerboseLoggingEnabled) { in updateWifiLockWorkSource()
340 if (mVerboseLoggingEnabled) { in handleScreenStateChanged()
477 if (mVerboseLoggingEnabled) { in addLock()
482 if (mVerboseLoggingEnabled) { in addLock()
529 if (mVerboseLoggingEnabled) { in releaseLock()
570 if (mVerboseLoggingEnabled) { in updateOpMode()
780 mVerboseLoggingEnabled = true; in enableVerboseLogging()
782 mVerboseLoggingEnabled = false; in enableVerboseLogging()
DLinkProbeManager.java78 private boolean mVerboseLoggingEnabled = false; field in LinkProbeManager
145 mVerboseLoggingEnabled = enable; in enableVerboseLogging()
236 if (mVerboseLoggingEnabled) { in updateConnectionStats()
251 if (mVerboseLoggingEnabled) { in updateConnectionStats()
262 if (mVerboseLoggingEnabled) { in updateConnectionStats()
DWifiServiceImpl.java195 private boolean mVerboseLoggingEnabled = false; field in WifiServiceImpl
689 if (mVerboseLoggingEnabled) { in getCurrentNetworkWpsNfcConfigurationToken()
923 if (mVerboseLoggingEnabled) { in getWifiEnabledState()
940 if (mVerboseLoggingEnabled) { in getWifiApEnabledState()
1203 if (mVerboseLoggingEnabled) { in registerSoftApCallback()
1235 if (mVerboseLoggingEnabled) { in unregisterSoftApCallback()
1630 if (mVerboseLoggingEnabled) { in notifyUserOfApBandConversion()
1644 if (mVerboseLoggingEnabled) { in isScanAlwaysAvailable()
1713 if (mVerboseLoggingEnabled) { in getSupportedFeatures()
1722 if (mVerboseLoggingEnabled) { in requestActivityInfo()
[all …]
DWifiScoreReport.java39 private boolean mVerboseLoggingEnabled = false; field in WifiScoreReport
72 if (mVerboseLoggingEnabled) Log.d(TAG, "reset"); in reset()
79 mVerboseLoggingEnabled = enable; in enableVerboseLogging()
163 if (mVerboseLoggingEnabled) { in calculateAndReportScore()
DWifiNetworkSuggestionsManager.java245 private boolean mVerboseLoggingEnabled = false; field in WifiNetworkSuggestionsManager
418 mVerboseLoggingEnabled = verbose > 0; in enableVerboseLogging()
560 if (mVerboseLoggingEnabled) { in add()
650 if (mVerboseLoggingEnabled) Log.v(TAG, "No active suggestions for " + packageName); in removeInternal()
671 if (mVerboseLoggingEnabled) { in remove()
746 if (mVerboseLoggingEnabled) { in setHasUserApprovedForApp()
909 if (mVerboseLoggingEnabled) { in getNetworkSuggestionsForScanDetail()
942 if (mVerboseLoggingEnabled) { in getNetworkSuggestionsForWifiConfiguration()
974 if (mVerboseLoggingEnabled) { in sendPostConnectionBroadcastIfAllowed()
991 if (mVerboseLoggingEnabled) { in handleConnectionSuccess()
[all …]
DWifiMulticastLockManager.java42 private boolean mVerboseLoggingEnabled = false; field in WifiMulticastLockManager
116 mVerboseLoggingEnabled = true; in enableVerboseLogging()
118 mVerboseLoggingEnabled = false; in enableVerboseLogging()
DClientModeImpl.java168 private boolean mVerboseLoggingEnabled = false; field in ClientModeImpl
366 if (mVerboseLoggingEnabled) { in clearTargetBssid()
370 if (mVerboseLoggingEnabled) { in clearTargetBssid()
390 if (mVerboseLoggingEnabled) { in setTargetBssid()
394 if (mVerboseLoggingEnabled) { in setTargetBssid()
1088 mWifiNative.setSupplicantLogLevel(mVerboseLoggingEnabled); in setSupplicantLogLevel()
1098 mVerboseLoggingEnabled = true; in enableVerboseLogging()
1102 mVerboseLoggingEnabled = false; in enableVerboseLogging()
1105 configureVerboseHalLogging(mVerboseLoggingEnabled); in enableVerboseLogging()
1108 mWifiScoreReport.enableVerboseLogging(mVerboseLoggingEnabled); in enableVerboseLogging()
[all …]
DWifiBackupRestore.java122 private boolean mVerboseLoggingEnabled = false; field in WifiBackupRestore
165 if (mVerboseLoggingEnabled) { in retrieveBackupDataFromConfigurations()
229 if (mVerboseLoggingEnabled) { in retrieveConfigurationsFromBackupData()
343 if (mVerboseLoggingEnabled) { in retrieveConfigurationsFromSupplicantBackupData()
392 mVerboseLoggingEnabled = (verbose > 0); in enableVerboseLogging()
393 if (!mVerboseLoggingEnabled) { in enableVerboseLogging()
DHostapdHal.java56 private boolean mVerboseLoggingEnabled = false; field in HostapdHal
77 if (mVerboseLoggingEnabled) {
133 mVerboseLoggingEnabled = enable; in enableVerboseLogging()
191 if (mVerboseLoggingEnabled) { in initialize()
637 if (mVerboseLoggingEnabled) { in checkStatusAndLogFailure()
/frameworks/base/wifi/java/android/net/wifi/
DWifiManager.java1120 private boolean mVerboseLoggingEnabled = false; field in WifiManager
1505 if (mVerboseLoggingEnabled) { in select()
1519 if (mVerboseLoggingEnabled) { in reject()
1547 if (mVerboseLoggingEnabled) { in onUserSelectionCallbackRegistration()
1559 if (mVerboseLoggingEnabled) { in onAbort()
1569 if (mVerboseLoggingEnabled) { in onMatch()
1580 if (mVerboseLoggingEnabled) { in onUserSelectionConnectSuccess()
1591 if (mVerboseLoggingEnabled) { in onUserSelectionConnectFailure()
3117 if (mVerboseLoggingEnabled) {
3128 if (mVerboseLoggingEnabled) { in onNumClientsChanged()
[all …]

12