Home | History | Annotate | Download | only in btservice

Lines Matching refs:debugLog

167             if (DBG) debugLog( "Profile connected. Schedule missing profile connection if any");
253 if (DBG) debugLog("onCreate");
269 if (DBG) debugLog("onBind");
273 if (DBG) debugLog("onUnbind, calling cleanup");
279 debugLog("****onDestroy()********");
283 if (DBG) debugLog("processStart()");
292 if (DBG) {debugLog("processStart(): Make Bond State Machine");}
305 if (DBG) {debugLog("processStart(): Profile Services alreay started");}
320 if (DBG) {debugLog("stopProfileServices(): No profiles services to stop or already stopped.");}
341 if (DBG)debugLog("cleanup()");
393 if (DBG)debugLog("cleanup() done");
404 if (DBG) debugLog("Message: " + msg.what);
408 if(DBG) debugLog("MESSAGE_PROFILE_SERVICE_STATE_CHANGED");
413 if (DBG) debugLog( "MESSAGE_PROFILE_CONNECTION_STATE_CHANGED");
418 if (DBG) debugLog( "MESSAGE_CONNECT_OTHER_PROFILES");
917 if (DBG) debugLog("getState(): mAdapterProperties: " + mAdapterProperties);
933 if (DBG)debugLog("Enable called with quiet mode status = " + mQuietmode);
945 if (DBG) debugLog("disable() called...");
1034 debugLog("Get Bonded Devices being called");
1069 if (DBG) debugLog("Quiet mode Enabled = " + mQuietmode);
1079 if (DBG) debugLog( "Initiate auto connection on BT on...");
1084 if (DBG) debugLog( "BT is in Quiet mode. Not initiating auto connections");
1384 private void debugLog(String msg) {