Home | History | Annotate | Download | only in phone

Lines Matching refs:VDBG

49     private static final boolean VDBG = (PhoneGlobals.DBG_LEVEL >= 2);
101 if (VDBG) log("isBluetoothAvailable()...");
126 if (VDBG) log(" - headset state = " +
128 if (VDBG) log(" - headset address: " + device);
129 if (VDBG) log(" - isConnected: " + isConnected);
133 if (VDBG) log(" ==> " + isConnected);
142 if (VDBG) log("isBluetoothAudioConnected: ==> FALSE (null mBluetoothHeadset)");
152 if (VDBG) log("isBluetoothAudioConnected: ==> isAudioOn = " + isAudioOn);
168 if (VDBG) log("isBluetoothAudioConnectedOrPending: ==> TRUE (really connected)");
179 if (VDBG) log("isBluetoothAudioConnectedOrPending: ==> TRUE (requested "
183 if (VDBG) log("isBluetoothAudioConnectedOrPending: ==> FALSE (request too old: "
190 if (VDBG) log("isBluetoothAudioConnectedOrPending: ==> FALSE");
271 if (VDBG) log("- Got BluetoothHeadset: " + mBluetoothHeadset);
353 if (VDBG) log("connectBluetoothAudio()...");
369 if (VDBG) log("disconnectBluetoothAudio()...");
387 if (VDBG) Log.d(LOG_TAG, "mReceiver: HEADSET_STATE_CHANGED_ACTION");
388 if (VDBG) Log.d(LOG_TAG, "==> new state: " + mBluetoothHeadsetState);
395 if (VDBG) Log.d(LOG_TAG, "mReceiver: HEADSET_AUDIO_STATE_CHANGED_ACTION");
396 if (VDBG) Log.d(LOG_TAG, "==> new state: " + mBluetoothHeadsetAudioState);