Lines Matching defs:log
34 import android.util.Log;
171 Log.wtf(LOG_TAG, "mHandler: unexpected message: " + msg);
180 if (DBG) log("CallCard constructor...");
181 if (DBG) log("- this = " + this);
182 if (DBG) log("- context " + context + ", attrs " + attrs);
192 if (DBG) log("- Density: " + mDensity);
214 if (DBG) log("CallCard onFinishInflate(this = " + this + ")...");
249 if (DBG) log("updateState(" + cm + ")...");
322 if (DBG) log("updateCallInfoLayout()... ringing = " + ringing);
336 if (DBG) log(" ==> callInfoLp.bottomMargin: " + reservedVerticalSpace);
344 if (DBG) log("updateForegroundCall()...");
351 if (DBG) log("updateForegroundCall: no active call, show holding call");
390 if (DBG) log("updateRingingCall()...");
441 if (DBG) log("updateNoCall()...");
452 if (DBG) log("displayMainCallStatus(call " + call + ")...");
462 if (DBG) log(" - call.state: " + call.getState());
468 if (DBG) log("displayMainCallStatus: start periodicUpdateTimer");
506 Log.w(LOG_TAG, "displayMainCallStatus: IDLE call in the main call card!");
517 Log.w(LOG_TAG, "displayMainCallStatus: unexpected call state: " + state);
541 if (DBG) log("displayMainCallStatus: connection is null, using default values.");
550 if (DBG) log(" - CONN: " + conn + ", state = " + conn.getState());
579 if (DBG) log("- displayMainCallStatus: updatedNumber = "
584 if (DBG) log("- displayMainCallStatus: updatedCnapName = "
592 if (DBG) log("- displayMainCallStatus: starting CallerInfo query...");
601 if (DBG) log("- displayMainCallStatus: using data we already have...");
608 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
611 if (DBG) log(" ==> Got CallerInfo; updating display: ci = " + ci);
615 if (DBG) log("- displayMainCallStatus: CNAP data from Connection: "
618 if (DBG) log(" ==> Got CallerInfoToken; updating display: ci = " + ci);
621 Log.w(LOG_TAG, "displayMainCallStatus: runQuery was false, "
659 if (DBG) log("onQueryComplete: token " + token + ", cookie " + cookie + ", ci " + ci);
665 if (DBG) log("callerinfo query complete, updating ui from displayMainCallStatus()");
682 if (DBG) log("- onQueryComplete: presentation=" + presentation
696 if (DBG) log("callerinfo query complete, updating ui from ongoing or onhold");
717 Log.w(LOG_TAG, "Person Uri isn't available while Image is successfully loaded.");
750 if (DBG) log("updateCallStateWidgets(call " + call + ")...");
805 Log.wtf(LOG_TAG, "updateCallStateWidgets: unexpected call state: " + state);
829 log("==> callStateLabel: '" + callStateLabel
943 // if (DBG) log("updateElapsedTimeWidget: " + timeElapsed);
955 if (DBG) log("displayOnHoldCallStatus(call =" + call + ")...");
974 if (DBG) log("==> conference call.");
981 if (DBG) log("==> NOT a conf call; call startGetCallerInfo...");
1056 Log.w(LOG_TAG, "displayOnHoldCallStatus: ACTIVE state on non-CDMA device");
1105 if (DBG) log("getCallFailedString: connection is null, using default values.");
1196 if (DBG) log("updateDisplayForPerson(" + info + ")\npresentation:" +
1252 if (DBG) log(" ==> no name *or* number! displayName = " + displayName);
1258 if (DBG) log(" ==> presentation not allowed! displayName = " + displayName);
1264 if (DBG) log(" ==> cnapName available: displayName '"
1284 if (DBG) log(" ==> no name; falling back to number: displayName '"
1295 if (DBG) log(" ==> valid name, but presentation not allowed!"
1301 if (DBG) log(" ==> name is present in CallerInfo: displayName '"
1306 if (DBG) log("- got personUri: '" + personUri
1335 Log.w(LOG_TAG, "personPri is null. Just use Unknown picture.");
1339 log("The requested Uri (" + personUri + ") is being loaded already."
1421 if (DBG) log("updateDisplayForConference()...");
1480 if (DBG) log("updatePhotoForCallState(" + call + ")...");
1501 log("updatePhotoForCallState: connection is null, ignoring.");
1567 Log.w(LOG_TAG, "photoUri became null. Show default avatar icon");
1571 log("start asynchronous load inside updatePhotoForCallState()");
1593 if (DBG) log("- overrriding photo image: " + photoImageResource);
1632 if (DBG) log("Start fade-in animation for " + view);
1784 private static void log(String msg) {
1785 Log.d(LOG_TAG, msg);