Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java187 debugLog("Received ACTION_UUID for device " + device); in handleMessage()
192 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage()
275 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities()
321 debugLog("setting hearing aid profile priority for device " + device); in processInitProfilePriorities()
330 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", " in processProfileStateChanged()
361 debugLog("processActiveDeviceChanged, device=" + device + ", profile=" + profileId); in processActiveDeviceChanged()
369 debugLog("processDeviceConnected, device=" + device); in processDeviceConnected()
399 debugLog("handleAllProfilesDisconnected: all profiles disconnected for " + device); in handleAllProfilesDisconnected()
403 debugLog("handleAllProfilesDisconnected: all profiles disconnected for all" in handleAllProfilesDisconnected()
426 debugLog("autoConnect: Initiate auto connection on BT on..."); in autoConnect()
[all …]
DRemoteDevices.java229 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()
460 debugLog("Same battery level for device " + device + " received " + String.valueOf( in updateBatteryLevel()
486 debugLog("Battery level was never set or is already reset, device=" + device); in resetBatteryLevel()
528 debugLog("Added new device property"); in devicePropertyChangedCallback()
545 debugLog("Property type: " + type); in devicePropertyChangedCallback()
550 debugLog("Skip name update for " + bdDevice); in devicePropertyChangedCallback()
560 debugLog("Remote Device name is: " + device.mName); in devicePropertyChangedCallback()
564 debugLog("Remote device alias is: " + device.mAlias); in devicePropertyChangedCallback()
568 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val)); in devicePropertyChangedCallback()
573 debugLog("Skip class update for " + bdDevice); in devicePropertyChangedCallback()
[all …]
DAdapterProperties.java422 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
602 debugLog("Adding bonded device:" + device); in onBondStateChanged()
608 debugLog("Removing bonded device:" + device); in onBondStateChanged()
610 debugLog("Failed to remove device: " + device); in onBondStateChanged()
863 debugLog("Name is: " + mName); in adapterPropertyChangedCallback()
876 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback()
884 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
894 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback()
911 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback()
924 debugLog("mLocalIOCapability set to " + mLocalIOCapability); in adapterPropertyChangedCallback()
[all …]
DAdapterService.java497 debugLog("onCreate()"); in onCreate()
604 debugLog("onBind()"); in onBind()
610 debugLog("onUnbind() - calling cleanup"); in onUnbind()
617 debugLog("onDestroy()"); in onDestroy()
636 debugLog("bleOnProcessStart()"); in bringUpBle()
655 debugLog("bleOnProcessStart() - Make Bond State Machine"); in bringUpBle()
678 debugLog("stateChangeCallback: disableNative() completed"); in stateChangeCallback()
703 debugLog("startCoreServices()"); in startProfileServices()
724 debugLog("stopProfileServices() - No profiles services to stop or already stopped."); in stopProfileServices()
734 debugLog("stopGattProfileService() - No profiles services to stop."); in stopGattProfileService()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/activityAttribution/
DActivityAttributionService.java37 debugLog("start()"); in start()
56 debugLog("cleanup"); in cleanup()
58 debugLog("already doing cleanup"); in cleanup()
65 debugLog("cleanup() called before start()"); in cleanup()
93 debugLog("initJni()"); in initJni()
104 debugLog("setActivityAttributionService(): set to: " + instance); in setActivityAttributionService()
108 private static void debugLog(String msg) { in debugLog() method in ActivityAttributionService
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/bluetoothKeystore/
DBluetoothKeystoreService.java122 debugLog("new BluetoothKeystoreService isCommonCriteriaMode: " + isCommonCriteriaMode); in BluetoothKeystoreService()
132 debugLog("start"); in start()
144 debugLog("cannot find the keystore."); in start()
184 debugLog("cleanup"); in cleanup()
186 debugLog("already doing cleanup"); in cleanup()
192 debugLog("cleanup() called before start()"); in cleanup()
244 debugLog("loadConfigData"); in loadConfigData()
251 debugLog("Load encryption file."); in loadConfigData()
256 debugLog("bt_config.conf checksum pass."); in loadConfigData()
260 debugLog("bt_config.bak checksum pass."); in loadConfigData()
[all …]
/packages/modules/Wifi/service/java/com/android/server/wifi/
DScoredNetworkNominator.java165 debugLog("Ignoring user disabled SSID: " + scanResult.SSID); in nominateNetworks()
191 debugLog("Ignoring disabled SSID: " + configuredNetwork.SSID); in nominateNetworks()
196 debugLog("Ignoring non-carrier-merged SSID: " + configuredNetwork.SSID); in nominateNetworks()
256 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackUntrustedCandidate()
278 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackUntrustedCandidate()
302 debugLog(WifiNetworkSelector.toScanId(scanResult) in trackExternallyScoredCandidate()
392 private void debugLog(String msg) { in debugLog() method in ScoredNetworkNominator
/packages/apps/Car/SystemUI/src/com/android/systemui/car/window/
DOverlayViewGlobalStateController.java106 debugLog(); in showView()
132 debugLog(); in showView()
172 debugLog(); in hideView()
211 debugLog(); in hideView()
384 private void debugLog() { in debugLog() method in OverlayViewGlobalStateController