Lines Matching refs:log
45 import android.util.Log;
402 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
563 if (DBG) log("A2DP suspended, completing SCO");
610 Log.e(TAG, "Signal Strength null");
656 if (VDBG) log("updatePhoneState()");
824 Log.e(TAG, "Could not get a handle on Connection object for new " +
947 Log.i(TAG, "Routing audio for incoming SCO connection");
953 Log.i(TAG, "Rejecting incoming SCO connection");
963 if (VDBG) log("Routing audio for outgoing SCO conection");
969 if (VDBG) log("Rejecting new connected outgoing SCO socket");
990 Log.e(TAG, "Timeout waiting for call to start");
1000 Log.e(TAG, "Timeout waiting for voice recognition to start");
1006 Log.w(TAG, "Timeout suspending A2DP for SCO (mA2dpState = " +
1027 if (VDBG) log("broadcastAudioStateIntent(" + state + ")");
1035 if(VDBG) Log.d(TAG, "updateBtHandsfreeAfterRadioTechnologyChange...");
1051 if (VDBG) log("audioOn()");
1053 if (DBG) log("audioOn(): headset is not connected!");
1057 if (DBG) log("audioOn(): service connection not yet established!");
1062 if (DBG) log("audioOn(): audio is already connected");
1067 if (DBG) log("audioOn(): user requested no audio, ignoring");
1072 if (DBG) log("audioOn(): outgoing SCO already in progress");
1077 if (DBG) log("audioOn(): SCO already pending");
1084 if (DBG) log("suspending A2DP stream for SCO");
1091 Log.w(TAG, "Could not suspend A2DP stream for SCO, going ahead with SCO");
1127 if (VDBG) log("audioOff(): mPendingSco: " + mPendingSco +
1136 if (DBG) log("resuming A2DP stream after disconnecting SCO");
1186 if (VDBG) log("Bluetooth redial requested (+BLDN), but no previous " +
1338 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
1343 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state");
1349 if (VDBG) log("Filling clccConnections[0] with ForgroundCall latest connection");
1354 if (VDBG) log("Filling clccConnections[0] & [1] with ForgroundCall connections");
1455 if (VDBG) log("Registering Headset AT commands");
1508 if (VDBG) log("Registering Handsfree AT commands");
1579 Log.w(TAG, "HF didn't sent BRSF assuming 0");
1809 if (VDBG) log("CHLD:1 Callwaiting Answer call");
1818 if (VDBG) log("CHLD:1 Hangup Call");
1840 if (VDBG) log("CHLD:2 Callwaiting Answer call");
1848 if (VDBG) log("CHLD:2 Swap Calls");
1864 if (VDBG) log("CHLD:3 Merge Calls");
2323 log(gsmGetClccResult().toString());
2344 if (VDBG) log("cdmaSetSecondCallState: Toggling mCdmaIsSecondCallActive");
2349 if (VDBG) log("cdmaSetSecondCallState: Setting mCdmaIsSecondCallActive to " + state);
2353 private static void log(String msg) {
2354 Log.d(TAG, msg);