Home | History | Annotate | Download | only in phone

Lines Matching refs:log

21 import android.util.Log;
61 if (DBG) log("ManageConferenceUtils constructor...");
67 if (DBG) log("initManageConferencePanel()...");
69 if (DBG) log("initManageConferencePanel: first-time initialization!");
143 if (DBG) log("updateManageConferencePanel()... num connections in conference = "
178 if (DBG) log("updateManageConferenceRow(" + i + ")... connection = " + connection);
196 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView);
227 if (DBG) log(" - got info from startGetCallerInfo(): " + info);
285 if (DBG) log("===> ENDING conference connection " + i
301 if (DBG) log("===> SEPARATING conference connection " + i
324 if (DBG) log("callerinfo query complete, updating UI." + ci);
338 private void log(String msg) {
339 Log.d(LOG_TAG, msg);