Home | History | Annotate | Download | only in phone

Lines Matching defs:VDBG

66     // Do not check in with VDBG = true, since that may write PII to the system log.
67 private static final boolean VDBG = false;
129 if (VDBG) log("handleMessage: " + msg);
189 if (VDBG) log(" extras = " + intent.getExtras());
211 if (VDBG) {
353 if (VDBG) log("- actual number to dial: '" + number + "'");
364 if (VDBG) log("- got Phone instance: " + phone + ", class = " + phone.getClass());
494 if (VDBG) log("placeCall: PhoneUtils.placeCall() succeeded for regular call '"
506 if (VDBG) log ("- inCallUiState.inCallScreenMode = "
509 if (VDBG) log ("==> OTA_NORMAL note: switching to OTA_STATUS_LISTENING.");
625 if (VDBG) log("checkIfOkToInitiateOutgoingCall: ServiceState = " + state);