HomeSort by relevance Sort by last modified time
    Searched refs:VDBG (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/bluetooth/
ScoSocket.java 39 private static final boolean VDBG = false; // even more logging
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/
CallManager.java 59 private static final boolean VDBG = false;
484 if (VDBG) {
494 if (VDBG) {
509 if (VDBG) {
525 if (VDBG) {
534 if (VDBG) {
562 if (VDBG) {
583 if (VDBG) {
601 if (VDBG) {
620 if (VDBG) {
    [all...]
CallerInfo.java 39 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
132 if (VDBG) Log.v(TAG, "construct callerInfo from cursor");
179 if (VDBG) Log.v(TAG,
183 if (VDBG) Log.v(TAG,
  /packages/apps/Phone/src/com/android/phone/
InCallScreen.java 86 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2);
419 if (VDBG) log("ALLOW_SCREEN_ON message...");
428 if (VDBG) log("TOUCH_LOCK_TIMER...");
433 if (VDBG) log("REQUEST_UPDATE_BLUETOOTH_INDICATION...");
553 if (VDBG) log("- mBluetoothHandsfree: " + mBluetoothHandsfree);
560 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
    [all...]
PhoneApp.java 93 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2);
354 if (VDBG) Log.d(LOG_TAG, "received EVENT_DOCK_STATE_CHANGED. Phone inDock = "
396 if (VDBG) Log.v(LOG_TAG, "onCreate()...");
475 if (VDBG) Log.v(LOG_TAG, "register for ICC status");
647 if (VDBG) Log.d(LOG_TAG, "displayCallScreen()...");
    [all...]
CallNotifier.java 64 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2);
420 if (VDBG) log("- connection is ringing! state = " + state);
448 if (VDBG) log("Holding wake lock on new incoming connection.");
456 if (VDBG) log("- starting call waiting tone...");
477 if (VDBG) log("- onNewRingingConnection() done.");
513 if (VDBG) log("- CallerInfo already up to date, using available data");
516 if (VDBG) log("- Starting query, posting timeout message.");
529 if (VDBG) log("RINGING... (request to ring arrived while query is running)");
591 if (VDBG) log("RINGING... (onCustomRingQueryComplete)");
689 if (VDBG) log("onPhoneStateChanged: state = " + state)
    [all...]
BluetoothHandsfree.java 63 private static final boolean VDBG = (PhoneApp.DBG_LEVEL >= 2); // even more logging
402 if(VDBG) Log.d(TAG, "updateBtPhoneStateAfterRadioTechnologyChange...");
661 if (VDBG) log("updatePhoneState()");
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
EriManager.java 90 private static final boolean VDBG = false;
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/
ThrottleService.java 74 private static final boolean VDBG = false;
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) Slog.d(TAG, "found Authoritative time - reseting alarm")
    [all...]
  /external/bluetooth/bluez/audio/
liba2dp.c 67 #define VDBG LOGV
69 #define VDBG(fmt, arg...)
688 VDBG("ahead < %d, reseting next_write timestamp", -CATCH_UP_TIMEOUT * 1000);
704 VDBG("send() failed: %d (errno %s)", ret, strerror(errno));
711 VDBG("poll() failed: %d (revents = %d, errno %s)",
737 VDBG("sending %s", bt_audio_strtype(msg->type));
944 VDBG("set_command %d\n", command);
1209 VDBG("sbc_encode returned %d, codesize: %d, written: %d\n",
1221 VDBG("sending packet %d, count %d, link_mtu %u",

Completed in 257 milliseconds