Lines Matching defs:log
46 import android.util.Log;
73 // Do not check in with VDBG = true, since that may write PII to the system log.
126 // Query used to look up caller-id info for the "call log" notification.
164 Log.wtf(LOG_TAG, "init() called multiple times! sInstance = " + sInstance);
259 if (DBG) log("updateStatusBar: state = 0x" + Integer.toHexString(state));
269 if (DBG) log("updateNotificationsAtStartup()...");
280 if (DBG) log("- start call log query...");
285 if (DBG) log("- updating in-call notification at startup...");
351 if (DBG) log("call log query complete.");
356 // for each call in the call log list, create
360 if (DBG) log("query contacts for number: " + n.number);
367 if (DBG) log("closing call log cursor.");
372 if (DBG) log("contact query complete.");
385 log("contact :" + n.name + " found for phone: " + n.number
393 log("Start obtaining picture for the missed call. Uri: "
403 log("Failed to find Uri for obtaining photo."
411 if (DBG) log("closing contact cursor.");
422 if (DBG) log("Finished loading image: " + photo);
429 * cursor from the call log table.
448 if (DBG) log("NotificationInfo constructed for number: " + n.number);
485 // When the user clicks this notification, we go to the call log.
492 if (DBG) log("notifyMissedCall: non-voice-capable device, not posting notification");
497 log("notifyMissedCall(). name: " + name + ", number: " + number
551 if (DBG) log("Add actions with the number " + number);
568 log("Suppress actions. number: " + number + ", missedCalls: " + mNumberMissedCalls);
626 if (DBG) log(showNotification
646 if (DBG) log("updateSpeakerNotification(" + showNotification + ")...");
698 if (DBG) log("updateMuteNotification: MUTED");
701 if (DBG) log("updateMuteNotification: not muted (or not offhook)");
773 if (DBG) log("updateInCallNotification(allowFullScreenIntent = "
780 if (DBG) log("- non-voice-capable device; suppressing notification.");
797 log(" - hasRingingCall = " + hasRingingCall);
798 log(" - hasActiveCall = " + hasActiveCall);
799 log(" - hasHoldingCall = " + hasHoldingCall);
807 // if (DBG) log("- suppressNotification: initial value: " + suppressNotification);
823 // if (DBG) log("updateInCallNotification: enhancedVoicePrivacy = " + enhancedVoicePrivacy);
827 if (DBG) log("- suppressNotification = true; reducing clutter in status bar...");
863 if (DBG) log("- Updating status bar icon: resId = " + resId);
908 Log.w(LOG_TAG, "CallerInfo isn't available while Call object is available.");
923 if (DBG) log("- BitmapDrawable found for large icon");
929 log("- Failed to fetch icon from CallerInfo's cached photo."
939 log("- BitmapDrawable nor person Id not found for large icon."
950 log("- PhotoResource was found but it didn't return BitmapDrawable."
956 if (DBG) log("- CallerInfo not found. Use the same icon as in the status bar.");
961 log("- No useful Bitmap was found for the photo."
969 if (DBG) log("- Updating context text and chronometer.");
1003 Log.w(LOG_TAG, "updateInCallNotification: null connection, can't set exp view line 1.");
1031 if (DBG) log("- Updating expanded view: line 2 '" + /*expandedViewLine2*/ "xxxxxxx" + "'");
1043 if (DBG) log("- Using hi-pri notification for ringing call!");
1063 if (DBG) log("- Setting fullScreenIntent: " + inCallPendingIntent);
1088 Log.i(LOG_TAG, "updateInCallNotification: call-waiting! force relaunch...");
1100 log("Will show \"hang-up\" action in the ongoing active call Notification");
1108 if (DBG) log("Notifying IN_CALL_NOTIFICATION: " + notification);
1124 if (DBG) log("CallerInfo query complete (for NotificationMgr), "
1126 if (DBG) log("- cookie: " + cookie);
1127 if (DBG) log("- ci: " + ci);
1135 if (DBG) log("- compactName is now: "
1140 if (DBG) log("- updating notification after query complete...");
1143 Log.w(LOG_TAG, "onQueryComplete: caller-id query from unknown source! "
1153 if (DBG) log("cancelInCall()...");
1163 if (DBG) log("cancelCallInProgressNotifications()...");
1168 if (DBG) log("cancelCallInProgressNotifications: " + mInCallResId);
1180 if (DBG) log("updateMwi(): " + visible);
1197 if (DBG) log("- got vm number: '" + vmNumber + "'");
1215 if (DBG) log("- Null vm number: SIM records not loaded (yet)...");
1229 if (DBG) log(" - Retrying in " + VM_NUMBER_RETRY_DELAY_MILLIS + " msec...");
1233 Log.w(LOG_TAG, "NotificationMgr.updateMwi: getVoiceMailNumber() failed after "
1299 if (DBG) log("updateCfi(): " + visible);
1354 if (DBG) log("showDataDisconnectedRoaming()...");
1377 if (DBG) log("hideDataDisconnectedRoaming()...");
1386 if (DBG) log("showNetworkSelection(" + operator + ")...");
1417 if (DBG) log("cancelNetworkSelection()...");
1440 if (DBG) log("updateNetworkSelection()..." + "state = " +
1467 private void log(String msg) {
1468 Log.d(LOG_TAG, msg);