Lines Matching refs:log
28 import android.util.Log;
117 if (DBG) log("CallCard constructor...");
118 if (DBG) log("- this = " + this);
119 if (DBG) log("- context " + context + ", attrs " + attrs);
136 if (DBG) log("- Density: " + mDensity);
158 if (DBG) log("CallCard onFinishInflate(this = " + this + ")...");
201 if (DBG) log("updateState(" + phone + ")...");
258 if (DBG) log("updateForegroundCall()...");
264 if (DBG) log("updateForegroundCall: no active call, show holding call");
300 if (DBG) log("updateRingingCall()...");
325 if (DBG) log("updateNoCall()...");
336 if (DBG) log("displayMainCallStatus(phone " + phone
347 if (DBG) log(" - call.state: " + call.getState());
353 if (DBG) log("displayMainCallStatus: start periodicUpdateTimer");
391 Log.w(LOG_TAG, "displayMainCallStatus: IDLE call in the main call card!");
402 Log.w(LOG_TAG, "displayMainCallStatus: unexpected call state: " + state);
425 if (DBG) log("displayMainCallStatus: connection is null, using default values.");
433 if (DBG) log(" - CONN: " + conn + ", state = " + conn.getState());
462 if (DBG) log("- displayMainCallStatus: updatedNumber = "
467 if (DBG) log("- displayMainCallStatus: updatedCnapName = "
475 if (DBG) log("- displayMainCallStatus: starting CallerInfo query...");
483 if (DBG) log("- displayMainCallStatus: using data we already have...");
490 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
493 if (DBG) log(" ==> Got CallerInfo; updating display: ci = " + ci);
497 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
500 if (DBG) log(" ==> Got CallerInfoToken; updating display: ci = " + ci);
503 Log.w(LOG_TAG, "displayMainCallStatus: runQuery was false, "
540 if (DBG) log("onQueryComplete: token " + token + ", cookie " + cookie + ", ci " + ci);
546 if (DBG) log("callerinfo query complete, updating ui from displayMainCallStatus()");
562 if (DBG) log("- onQueryComplete: presentation=" + presentation
576 if (DBG) log("callerinfo query complete, updating ui from ongoing or onhold");
601 if (DBG) log("updateCardTitleWidgets(call " + call + ")...");
622 if (DBG) log("updateCardTitleWidgets: " + cardTitle);
721 // if (DBG) log("updateElapsedTimeWidget: " + timeElapsed);
741 if (DBG) log("- getTitleForCallCard(Call " + call + ")...");
789 if (DBG) log(" ==> result: " + retVal);
801 if (DBG) log("displayOnHoldCallStatus(call =" + call + ")...");
820 if (DBG) log("==> conference call.");
827 if (DBG) log("==> NOT a conf call; call startGetCallerInfo...");
902 Log.w(LOG_TAG, "displayOnHoldCallStatus: ACTIVE state on non-CDMA device");
945 if (DBG) log("getCallFailedString: connection is null, using default values.");
1006 if (DBG) log("updateDisplayForPerson(" + info + ")\npresentation:" +
1144 if (DBG) log("updateDisplayForConference()...");
1206 if (DBG) log("updatePhotoForCallState(" + call + ")...");
1227 log("updatePhotoForCallState: connection is null, ignoring.");
1308 if (DBG) log("- overrriding photo image: " + photoImageResource);
1428 if (DBG) log("onClick(View " + view + ", id " + id + ")...");
1438 Log.w(LOG_TAG, "onClick: unexpected click: View " + view + ", id " + id);
1475 private void log(String msg) {
1476 Log.d(LOG_TAG, msg);