Home | History | Annotate | Download | only in phone

Lines Matching defs:VDBG

65     // Do not check in with VDBG = true, since that may write PII to the system log.
66 private static final boolean VDBG = false;
132 if (VDBG) log("handleMessage: " + msg);
192 if (VDBG) log(" extras = " + intent.getExtras());
212 if (VDBG) {
315 if (VDBG) log("- actual number to dial: '" + number + "'");
329 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
456 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
553 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);