Lines Matching defs:log
36 import android.util.Log;
106 if (VDBG) Log.d(TAG, "mAdapter null");
127 if(VDBG) Log.d(TAG, "registerForServiceStateChanged");
150 Log.w(TAG, "Stopping Bluetooth BluetoothPhoneService Service: device does not have BT");
153 if (VDBG) Log.d(TAG, "BluetoothPhoneService started");
159 if (DBG) log("Stopping Bluetooth BluetoothPhoneService Service");
178 if (VDBG) Log.d(TAG, "handleMessage: " + msg.what);
209 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
247 Log.d(TAG, " handlePreciseCallStateChange: foreground: " + foregroundCall +
255 Log.d(TAG, "handlePreciseCallStateChange. Call disconnecting, wait before update");
274 log("CDMA call state: " + currCdmaThreeWayCallState + " prev state:" +
283 log("CDMA 3way call state change. mNumActive: " + mNumActive +
309 log("CDMA 3way conf call. mNumActive: " + mNumActive +
358 Log.e(TAG, "Unexpected phone type: " + phoneType);
394 log("CDMA call state: " + curr3WayCallState + " prev state:" +
420 Log.e(TAG, "Could not get a handle on Connection object for the call");
573 if (VDBG) log("Filling clccConnections[0] for INCOMING state");
578 if (VDBG) log("Filling clccConnections[0] & [1] for CALL WAITING state");
585 log("Filling clccConnections[0] with ForgroundCall latest connection");
592 log("Filling clccConnections[0] & [1] with ForgroundCall connections");
661 Log.e(TAG, "bad call state: " + callState);
694 if (VDBG) log("cdmaSwapSecondCallState: Toggling mCdmaIsSecondCallActive");
700 if (VDBG) log("cdmaSetSecondCallState: Setting mCdmaIsSecondCallActive to " + state);
749 if (VDBG) log("CHLD:1 Callwaiting Answer call");
755 if (VDBG) log("CHLD:1 Hangup Call");
763 Log.e(TAG, "bad phone type: " + phoneType);
774 if (VDBG) log("CHLD:2 Callwaiting Answer call");
783 if (VDBG) log("CHLD:2 Swap Calls");
789 Log.e(TAG, "CDMA fail to do hold active and accept held");
795 Log.e(TAG, "Unexpected phone type: " + phoneType);
804 if (VDBG) log("CHLD:3 Merge Calls");
813 Log.e(TAG, "GSG no call to add conference");
820 Log.e(TAG, "GSG no call to merge");
824 Log.e(TAG, "Unexpected phone type: " + phoneType);
828 Log.e(TAG, "bad CHLD value: " + chld);
859 if (VDBG) Log.d(TAG, "updateBtHandsfreeAfterRadioTechnologyChange...");
923 Log.e(TAG, "bad call state: " + callState);
928 private static void log(String msg) {
929 Log.d(TAG, msg);