Lines Matching refs:log
48 import android.util.Log;
74 // Do not check in with VDBG = true, since that may write PII to the system log.
123 // Query used to look up caller-id info for the "call log" notification.
159 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
255 if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state));
265 if (DBG) log("updateNotificationsAtStartup()...");
276 if (DBG) log("- start call log query...");
344 if (DBG) log("call log query complete.");
349 // for each call in the call log list, create
353 if (DBG) log("query contacts for number: " + n.number);
360 if (DBG) log("closing call log cursor.");
365 if (DBG) log("contact query complete.");
378 log("contact :" + n.name + " found for phone: " + n.number
386 log("Start obtaining picture for the missed call. Uri: "
396 log("Failed to find Uri for obtaining photo."
404 if (DBG) log("closing contact cursor.");
415 if (DBG) log("Finished loading image: " + photo);
422 * cursor from the call log table.
440 if (DBG) log("NotificationInfo constructed for number: " + n.number);
477 // When the user clicks this notification, we go to the call log.
485 if (DBG) log("notifyMissedCall: non-voice-capable device, not posting notification");
490 log("notifyMissedCall(). name: " + name + ", number: " + number
547 if (DBG) log("Add actions with the number " + number);
564 log("Suppress actions. number: " + number + ", missedCalls: " + mNumberMissedCalls);
622 if (DBG) log(showNotification
642 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
686 if (DBG) log("updateMuteNotification: MUTED");
689 if (DBG) log("updateMuteNotification: not muted (or not offhook)");
699 if (DBG) log("cancelCallInProgressNotifications");
710 if (DBG) log("updateMwi(): " + visible);
727 if (DBG) log("- got vm number: '" + vmNumber + "'");
745 if (DBG) log("- Null vm number: SIM records not loaded (yet)...");
759 if (DBG) log(" - Retrying in " + VM_NUMBER_RETRY_DELAY_MILLIS + " msec...");
763 Log.w(LOG_TAG, "NotificationMgr.updateMwi: getVoiceMailNumber() failed after "
829 if (DBG) log("updateCfi(): " + visible);
884 if (DBG) log("showDataDisconnectedRoaming()...");
907 if (DBG) log("hideDataDisconnectedRoaming()...");
916 if (DBG) log("showNetworkSelection(" + operator + ")...");
947 if (DBG) log("cancelNetworkSelection()...");
970 if (DBG) log("updateNetworkSelection()..." + "state = " +
997 private void log(String msg) {
998 Log.d(LOG_TAG, msg);