Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DPhonePolicy.java155 debugLog("Received ACTION_UUID for device " + device); in handleMessage()
160 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage()
228 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities()
266 debugLog("setting hearing aid profile priority for device " + device); in processInitProfilePriorities()
273 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", " in processProfileStateChanged()
298 debugLog("processProfileStateChanged, device=" + device + ", a2dpDisconnected=" in processProfileStateChanged()
310 debugLog("processProfileActiveDeviceChanged, activeDevice=" + activeDevice + ", profile=" in processProfileActiveDeviceChanged()
357 debugLog("handleAllProfilesDisconnected: all profiles disconnected for " + device); in handleAllProfilesDisconnected()
361 debugLog("handleAllProfilesDisconnected: all profiles disconnected for all" in handleAllProfilesDisconnected()
383 debugLog("autoConnect: Initiate auto connection on BT on..."); in autoConnect()
[all …]
DRemoteDevices.java200 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties()
418 debugLog("Same battery level for device " + device + " received " + String.valueOf( in updateBatteryLevel()
444 debugLog("Battery level was never set or is already reset, device=" + device); in resetBatteryLevel()
485 debugLog("Added new device property"); in devicePropertyChangedCallback()
502 debugLog("Property type: " + type); in devicePropertyChangedCallback()
507 debugLog("Skip name update for " + bdDevice); in devicePropertyChangedCallback()
516 debugLog("Remote Device name is: " + device.mName); in devicePropertyChangedCallback()
520 debugLog("Remote device alias is: " + device.mAlias); in devicePropertyChangedCallback()
524 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val)); in devicePropertyChangedCallback()
529 debugLog("Skip class update for " + bdDevice); in devicePropertyChangedCallback()
[all …]
DAdapterProperties.java388 debugLog("Setting state to " + BluetoothAdapter.nameForState(state)); in setState()
530 debugLog("Adding bonded device:" + device); in onBondStateChanged()
536 debugLog("Removing bonded device:" + device); in onBondStateChanged()
538 debugLog("Failed to remove device: " + device); in onBondStateChanged()
787 debugLog("Name is: " + mName); in adapterPropertyChangedCallback()
792 debugLog("Address is:" + address); in adapterPropertyChangedCallback()
801 debugLog("Invalid BT CoD value from stack."); in adapterPropertyChangedCallback()
809 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback()
818 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback()
835 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback()
[all …]
DAdapterService.java388 debugLog("onCreate()"); in onCreate()
473 debugLog("onBind()"); in onBind()
479 debugLog("onUnbind() - calling cleanup"); in onUnbind()
486 debugLog("onDestroy()"); in onDestroy()
507 debugLog("bleOnProcessStart()"); in bringUpBle()
526 debugLog("bleOnProcessStart() - Make Bond State Machine"); in bringUpBle()
549 debugLog("stateChangeCallback: disableNative() completed"); in stateChangeCallback()
585 debugLog("startCoreServices()"); in startProfileServices()
603 debugLog("stopProfileServices() - No profiles services to stop or already stopped."); in stopProfileServices()
613 debugLog("stopGattProfileService() - No profiles services to stop."); in stopGattProfileService()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DThrottle.java100 private void debugLog(String message) { in debugLog() method in Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback"); in cancelScheduledCallback()
124 if (DEBUG) debugLog("Timeout extended " + mTimeout); in updateTimeout()
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout); in updateTimeout()
134 if (DEBUG) debugLog("onEvent"); in onEvent()
139 if (DEBUG) debugLog(" callback already scheduled"); in onEvent()
141 if (DEBUG) debugLog(" scheduling callback"); in onEvent()
169 if (DEBUG) debugLog("Kicking callback"); in run()