Home | History | Annotate | Download | only in btservice

Lines Matching defs:debugLog

187                 debugLog("AdapterService() - REFCOUNT: CREATED. INSTANCE_COUNT" + sRefCount);
249 debugLog( "Profile connected. Schedule missing profile connection if any");
294 debugLog("onProfileServiceStateChange() serviceName=" + serviceName
314 debugLog("onProfileServiceStateChange() - Profile still running: "
320 debugLog("onProfileServiceStateChange() - All profile services stopped...");
332 debugLog("onProfileServiceStateChange() - Profile still not running:"
338 debugLog("onProfileServiceStateChange() - All profile services started.");
348 debugLog("onCreate()");
367 debugLog("onBind()");
371 debugLog("onUnbind() - calling cleanup");
377 debugLog("onDestroy()");
381 debugLog("processStart()");
390 debugLog("processStart() - Make Bond State Machine");
403 debugLog("processStart() - Profile Services alreay started");
418 debugLog("stopProfileServices() - No profiles services to stop or already stopped.");
425 debugLog("updateAdapterState() - Broadcasting state to " + n + " receivers.");
430 debugLog("updateAdapterState() - Callback #" + i + " failed (" + e + ")");
438 debugLog("cleanup()");
477 debugLog("cleanup() - Cleaning up adapter native");
505 debugLog("cleanup() - Bluetooth process exited normally.");
520 debugLog("handleMessage() - Message: " + msg.what);
524 debugLog("handleMessage() - MESSAGE_PROFILE_SERVICE_STATE_CHANGED");
529 debugLog( "handleMessage() - MESSAGE_PROFILE_CONNECTION_STATE_CHANGED");
534 debugLog( "handleMessage() - MESSAGE_PROFILE_INIT_PRIORITIES");
544 debugLog( "handleMessage() - MESSAGE_CONNECT_OTHER_PROFILES");
549 debugLog( "handleMessage() - MESSAGE_SET_WAKE_ALARM");
554 debugLog( "handleMessage() - MESSAGE_RELEASE_WAKE_ALARM");
566 debugLog("setProfileServiceState() - Invalid state, leaving...");
581 debugLog("setProfileServiceState() - Unable to "
588 debugLog("setProfileServiceState() - "
1168 debugLog("getState() - mAdapterProperties: " + mAdapterProperties);
1184 debugLog("enable() - Enable called with quiet mode status = " + mQuietmode);
1196 debugLog("disable() called...");
1224 debugLog("getName() - Unexpected exception (" + t + ")");
1319 debugLog("isQuetModeEnabled() - Enabled = " + mQuietmode);
1329 debugLog( "autoConnect() - Initiate auto connection on BT on...");
1334 debugLog( "autoConnect() - BT is in quiet mode. Not initiating auto connections");
1347 debugLog("autoConnectHeadset() - Connecting HFP with " + device.toString());
1361 debugLog("autoConnectA2dp() - Connecting A2DP with " + device.toString());
1860 private void debugLog(String msg) {
1920 debugLog("finalize() - REFCOUNT: FINALIZED. INSTANCE_COUNT= " + sRefCount);