Searched refs:VDBG (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DScoSocket.java39 private static final boolean VDBG = false; // even more logging field in class:ScoSocket
71 if (VDBG) log(this + " SCO OBJECT CTOR");
77 if (VDBG) log(this + " SCO OBJECT DTOR");
111 if (VDBG) log("accept() " + this);
140 if (VDBG) log(this + " onConnected() mState = " + mState + " " + this);
155 if (VDBG) log("onAccepted() " + this);
180 if (VDBG) log("mWakeLock.acquire() " + this);
191 if (VDBG) log("mWakeLock.release() in 2 sec" + this);
198 if (VDBG) log("mWakeLock.release() now" + this);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallManager.java59 private static final boolean VDBG = false; field in class:CallManager
489 if (VDBG) {
499 if (VDBG) {
514 if (VDBG) {
530 if (VDBG) {
539 if (VDBG) {
567 if (VDBG) {
588 if (VDBG) {
606 if (VDBG) {
625 if (VDBG) {
[all...]
H A DCallerInfo.java40 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE); field in class:CallerInfo
133 if (VDBG) Log.v(TAG, "construct callerInfo from cursor");
172 if (VDBG) Log.v(TAG, "==> got info.person_id: " + info.person_id);
434 if (VDBG) Log.v(TAG, "- getColumnIndexForPersonId: contactRef URI = '"
437 // if (VDBG) Log.v(TAG, "- MIME type: "
445 if (VDBG) Log.v(TAG, "'data/phones' URI; using RawContacts.CONTACT_ID");
450 if (VDBG) Log.v(TAG, "'data' URI; using Data.CONTACT_ID");
457 if (VDBG) Log.v(TAG, "'phone_lookup' URI; using PhoneLookup._ID");
463 if (VDBG) Log.v(TAG, "==> Using column '" + columnName
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DEriManager.java90 private static final boolean VDBG = false; field in class:EriManager
293 if (VDBG) Log.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
403 if (VDBG) Log.v(LOG_TAG, "ERI defRoamInd > 2 ...flashing");
410 if (VDBG) Log.v(LOG_TAG, "ERI defRoamInd <= 2");
445 if (VDBG) {
459 if (VDBG) {
468 if (VDBG) Log.v(LOG_TAG, "ERI roamInd " + roamInd + " found in ERI file");
477 if (VDBG) Log.v(LOG_TAG, "Displaying ERI " + ret.toString());
/frameworks/base/services/java/com/android/server/
H A DThrottleService.java74 private static final boolean VDBG = false; field in class:ThrottleService
126 if (VDBG) Slog.v(TAG, "Starting ThrottleService");
291 if (VDBG) Slog.v(TAG, "systemReady");
374 if (VDBG) Slog.v(TAG, "onRebootRecovery");
440 if (VDBG || (mPolicyThreshold != 0)) {
490 if (VDBG || (mPolicyThreshold != 0)) {
690 if (VDBG || (mPolicyThreshold != 0)) {
712 if (VDBG) Slog.d(TAG, "no authoritative time - not resetting period");
736 if (VDBG) Slog.v(TAG, "using cached time");
746 if (VDBG) Slo
[all...]

Completed in 122 milliseconds