Searched defs:debugLog (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
H A DPhonePolicy.java195 debugLog("processInitProfilePriorities() - device " + device + " UUIDs " + uuids);
241 debugLog("Profile connected id: " + profileId
255 debugLog("autoConnect() - Initiate auto connection on BT on...");
260 debugLog("autoConnect() - BT is in quiet mode. Not initiating auto connections");
277 debugLog("autoConnectHeadset() - bondedDevices: " + bondedDevices);
279 debugLog("autoConnectHeadset() - attempt autoconnect with device " + device);
281 debugLog("autoConnectHeadset() - Connecting HFP with " + device.toString());
295 debugLog("autoConnectA2dp() - Connecting A2DP with " + device.toString());
315 debugLog("processConnectOtherProfiles() - device " + device);
341 debugLog("processConnectOtherProfile
378 private void debugLog(String msg) { method in class:PhonePolicy
[all...]
H A DRemoteDevices.java105 debugLog("Removing device " + deleteKey + " from property map");
297 debugLog("Added new device property");
314 debugLog("Property type: " + type);
323 debugLog("Remote Device name is: " + device.mName);
335 debugLog("Remote Address is:" + Utils.getAddressStringFromByte(val));
345 debugLog("Remote class is:" + device.mBluetoothClass);
372 debugLog("deviceFoundCallback: Remote Address is:" + device);
407 debugLog("aclStateChangeCallback: Adapter State: "
422 debugLog("aclStateChangeCallback: Adapter State: "
474 private void debugLog(Strin method in class:RemoteDevices
[all...]
H A DAdapterState.java143 debugLog("Current state: OFF, message: " + msg.what);
181 debugLog("Current state: BLE ON, message: " + msg.what);
236 debugLog("Current state: ON, message: " + msg.what);
325 debugLog("Current state: PENDING_COMMAND, message: " + msg.what);
409 debugLog("Stopping Gatt profile services that were post enabled");
527 private void debugLog(String msg) { method in class:AdapterState
H A DAdapterProperties.java267 debugLog("Setting state to " + mState);
392 debugLog("Adding bonded device:" + device);
398 debugLog("Removing bonded device:" + device);
400 debugLog("Failed to remove device: " + device);
602 debugLog("Name is: " + mName);
607 debugLog("Address is:" + address);
616 debugLog("BT Class:" + mBluetoothClass);
625 debugLog("Scan Mode:" + mScanMode);
646 debugLog("Discoverable Timeout:" + mDiscoverableTimeout);
742 debugLog("onBleDisabl
786 private void debugLog(String msg) { method in class:AdapterProperties
[all...]
H A DAdapterService.java216 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
274 debugLog("processProfileServiceStateChanged() - serviceName=" + serviceName +
280 debugLog("GattService is started");
287 debugLog("GattService stopped");
303 debugLog("onProfileServiceStateChange() - Profile still running: "
309 debugLog("onProfileServiceStateChange() - All profile services stopped...");
326 debugLog("onProfileServiceStateChange() - Profile still not running:"
332 debugLog("onProfileServiceStateChange() - All profile services started.");
395 debugLog("onCreate()");
447 debugLog("onBin
2207 private void debugLog(String msg) { method in class:AdapterService
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DThrottle.java100 private void debugLog(String message) { method in class:Throttle
110 if (DEBUG) debugLog("Canceling scheduled callback");
124 if (DEBUG) debugLog("Timeout extended " + mTimeout);
127 if (DEBUG) debugLog("Timeout reset to " + mTimeout);
134 if (DEBUG) debugLog("onEvent");
139 if (DEBUG) debugLog(" callback already scheduled");
141 if (DEBUG) debugLog(" scheduling callback");
169 if (DEBUG) debugLog("Kicking callback");
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java1335 static void debugLog(Object o) { method in class:MusicUtils

Completed in 284 milliseconds