Lines Matching refs:log
42 import android.util.Log;
105 // Query used to look up caller-id info for the "call log" notification.
204 if (DBG) log("updating status bar state: " + state);
214 if (DBG) log("updateNotificationsAtStartup()...");
230 if (DBG) log("Phone is idle, canceling notification.");
233 if (DBG) log("Phone is offhook, updating notification.");
293 if (DBG) log("call log query complete.");
298 // for each call in the call log list, create
302 if (DBG) log("query contacts for number: " + n.number);
309 if (DBG) log("closing call log cursor.");
314 if (DBG) log("contact query complete.");
322 if (DBG) log("contact :" + n.name + " found for phone: " + n.number);
328 if (DBG) log("sending notification.");
331 if (DBG) log("closing contact cursor.");
341 * cursor from the call log table.
360 if (DBG) log("NotificationInfo constructed for number: " + n.number);
413 // create the target call log intent
457 if (DBG) log("updateSpeakerNotification: speaker ON");
460 if (DBG) log("updateSpeakerNotification: speaker OFF (or not offhook)");
484 if (DBG) log("updateMuteNotification: MUTED");
487 if (DBG) log("updateMuteNotification: not muted (or not offhook)");
494 if (DBG) log("updateInCallNotification()...");
508 if (DBG) log("updateInCallNotification: enhancedVoicePrivacy = " + enhancedVoicePrivacy);
538 if (DBG) log("- Updating status bar icon: " + resId);
604 if (DBG) log("- Updating expanded view: line 1 '" + expandedViewLine1 + "'");
614 log("updateInCallNotification: connection is null, call status not updated.");
636 if (DBG) log("- Updating expanded view: line 2 '" + expandedViewLine2 + "'");
646 if (DBG) log("Notifying IN_CALL_NOTIFICATION: " + notification);
662 if (DBG) log("callerinfo query complete, updating ui.");
669 if (DBG) log("cancelInCall()...");
677 if (DBG) log("cancelCallInProgressNotification()...");
682 if (DBG) log("cancelCallInProgressNotification: " + mInCallResId);
692 if (DBG) log("updateMwi(): " + visible);
708 if (DBG) log("- got vm number: '" + vmNumber + "'");
726 if (DBG) log("- Null vm number: SIM records not loaded (yet)...");
740 if (DBG) log(" - Retrying in " + VM_NUMBER_RETRY_DELAY_MILLIS + " msec...");
745 Log.w(LOG_TAG, "NotificationMgr.updateMwi: getVoiceMailNumber() failed after "
800 if (DBG) log("updateCfi(): " + visible);
856 if (DBG) log("showDataDisconnectedRoaming()...");
879 if (DBG) log("hideDataDisconnectedRoaming()...");
888 if (DBG) log("showNetworkSelection(" + operator + ")...");
919 if (DBG) log("cancelNetworkSelection()...");
942 if (DBG) log("updateNetworkSelection()..." + "state = " +
969 private void log(String msg) {
970 Log.d(LOG_TAG, msg);