Home | History | Annotate | Download | only in phone

Lines Matching defs:log

45 import android.util.Log;
79 // Do not check in with VDBG = true, since that may write PII to the system log.
152 if (DBG) log("showRespondViaSmsPopup()...");
157 if (DBG) log("Skip showing popup when one is already shown.");
188 if (VDBG) log("- connection: " + c);
197 Log.i(TAG, "showRespondViaSmsPopup: null connection; bailing out...");
208 if (VDBG) log("- phoneNumber: " + phoneNumber);
261 if (DBG) log("RespondViaSmsItemClickListener.onItemClick(" + position + ")...");
263 if (VDBG) log("- message: '" + message + "'");
291 if (DBG) log("RespondViaSmsCancelListener.onCancel()...");
326 if (DBG) log("sendTextToDefaultActivity()...");
335 if (DBG) log("Default package was found." + flattenedName);
342 Log.w(TAG, "Default service does not have permission.");
361 Log.e(TAG, "No appropriate package receiving the Intent. Don't send anything");
387 Log.w(TAG, "Ignore package without proper service.");
404 if (DBG) log("showPackageSelectionDialog()...");
485 Log.w(TAG, "Failed to load app label because package was not found.");
494 Log.w(TAG, "Failed to load icon because it wasn't found.");
531 Log.i(TAG, "mMakeDefault : " + isChecked);
580 if (VDBG) log("sendText: number "
610 if (VDBG) log("launchSmsCompose: number " + phoneNumber);
614 if (VDBG) log("- Launching SMS compose UI: " + intent);
651 if (DBG) log("Settings: onCreate()...");
695 if (DBG) log("onPreferenceChange: key = " + preference.getKey());
696 if (VDBG) log(" preference = '" + preference + "'");
697 if (VDBG) log(" newValue = '" + newValue + "'");
750 if (DBG) log("loadCannedResponses()...");
791 if (DBG) log("allowRespondViaSmsForCall(" + ringingCall + ")...");
795 Log.w(TAG, "allowRespondViaSmsForCall: null ringingCall!");
803 Log.w(TAG, "allowRespondViaSmsForCall: ringingCall not ringing! state = "
812 Log.w(TAG, "allowRespondViaSmsForCall: null Connection!");
818 if (DBG) log("- number: '" + number + "'");
820 Log.w(TAG, "allowRespondViaSmsForCall: no incoming number!");
829 Log.i(TAG, "allowRespondViaSmsForCall: incoming 'number' is a SIP address.");
835 if (DBG) log("- presentation: " + presentation);
840 Log.i(TAG, "allowRespondViaSmsForCall: PRESENTATION_RESTRICTED.");
871 private static void log(String msg) {
872 Log.d(TAG, msg);