Searched refs:debugLog (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/ |
D | PhonePolicy.java | 152 debugLog("Received ACTION_UUID for device " + device); in handleMessage() 157 debugLog("index=" + i + "uuid=" + uuidsToSend[i]); in handleMessage() 209 debugLog("processInitProfilePriorities() - device " + device); in processInitProfilePriorities() 252 debugLog("processProfileStateChanged, device=" + device + ", profile=" + profileId + ", " in processProfileStateChanged() 281 debugLog("autoConnect() - Initiate auto connection on BT on..."); in autoConnect() 286 debugLog("autoConnect() - BT is in quiet mode. Not initiating auto connections"); in autoConnect() 302 debugLog("autoConnectHeadset, attempt auto-connect with device " + device); in autoConnectHeadset() 304 debugLog("autoConnectHeadset, Connecting HFP with " + device); in autoConnectHeadset() 322 debugLog("autoConnectA2dp, attempt auto-connect with device " + device); in autoConnectA2dp() 324 debugLog("autoConnectA2dp, connecting A2DP with " + device); in autoConnectA2dp() [all …]
|
D | AdapterService.java | 217 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount); in AdapterService() 269 debugLog("processProfileServiceStateChanged() - serviceName=" + serviceName + in processProfileServiceStateChanged() 275 debugLog("GattService is started"); in processProfileServiceStateChanged() 282 debugLog("GattService stopped"); in processProfileServiceStateChanged() 298 debugLog("onProfileServiceStateChange() - Profile still running: " in processProfileServiceStateChanged() 304 debugLog("onProfileServiceStateChange() - All profile services stopped..."); in processProfileServiceStateChanged() 321 debugLog("onProfileServiceStateChange() - Profile still not running:" in processProfileServiceStateChanged() 327 debugLog("onProfileServiceStateChange() - All profile services started."); in processProfileServiceStateChanged() 390 debugLog("onCreate()"); in onCreate() 444 debugLog("onBind()"); in onBind() [all …]
|
D | AdapterProperties.java | 271 debugLog("Setting state to " + mState); in setState() 398 debugLog("Adding bonded device:" + device); in onBondStateChanged() 404 debugLog("Removing bonded device:" + device); in onBondStateChanged() 406 debugLog("Failed to remove device: " + device); in onBondStateChanged() 645 debugLog("Name is: " + mName); in adapterPropertyChangedCallback() 650 debugLog("Address is:" + address); in adapterPropertyChangedCallback() 659 debugLog("BT Class:" + mBluetoothClass); in adapterPropertyChangedCallback() 668 debugLog("Scan Mode:" + mScanMode); in adapterPropertyChangedCallback() 689 debugLog("Discoverable Timeout:" + mDiscoverableTimeout); in adapterPropertyChangedCallback() 758 debugLog("onBluetoothReady, state=" + getState() + ", ScanMode=" + mScanMode); in onBluetoothReady() [all …]
|
D | RemoteDevices.java | 162 debugLog("Removing device " + deleteKey + " from property map"); in addDeviceProperties() 383 debugLog("Same battery level for device " + device + " received " in updateBatteryLevel() 409 debugLog("Battery level was never set or is already reset, device=" + device); in resetBatteryLevel() 433 debugLog("Added new device property"); in devicePropertyChangedCallback() 450 debugLog("Property type: " + type); in devicePropertyChangedCallback() 459 debugLog("Remote Device name is: " + device.mName); in devicePropertyChangedCallback() 471 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val)); in devicePropertyChangedCallback() 481 debugLog("Remote class is:" + device.mBluetoothClass); in devicePropertyChangedCallback() 510 debugLog("deviceFoundCallback: Remote Address is:" + device); in deviceFoundCallback() 546 debugLog("aclStateChangeCallback: Adapter State: " in aclStateChangeCallback() [all …]
|
D | AdapterState.java | 143 debugLog("Current state: OFF, message: " + msg.what); in processMessage() 181 debugLog("Current state: BLE ON, message: " + msg.what); in processMessage() 236 debugLog("Current state: ON, message: " + msg.what); in processMessage() 325 debugLog("Current state: PENDING_COMMAND, message: " + msg.what); in processMessage() 409 debugLog("Stopping Gatt profile services that were post enabled"); in processMessage() 527 private void debugLog(String msg) { in debugLog() method in AdapterState
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
D | Throttle.java | 100 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()
|
/packages/apps/Music/src/com/android/music/ |
D | MediaPlaybackService.java | 167 MusicUtils.debugLog("mMediaplayerHandler.handleMessage " + msg.what); 273 MusicUtils.debugLog("mIntentReceiver.onReceive " + action + " / " + cmd); 639 MusicUtils.debugLog("onStartCommand " + action + " / " + cmd); in onStartCommand() 1927 MusicUtils.debugLog(new Exception("MultiPlayer.start called")); in start()
|
D | MusicUtils.java | 1335 static void debugLog(Object o) { in debugLog() method in MusicUtils
|