Lines Matching refs:TAG

49     private static final String TAG = "BluetoothA2dp";
123 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
125 if (VDBG) Log.d(TAG,"Unbinding service...");
131 Log.e(TAG,"",re);
138 if (VDBG) Log.d(TAG,"Binding service...");
142 Log.e(TAG,"",re);
162 Log.e(TAG,"",e);
175 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
188 Log.e(TAG,"",e);
198 Log.e(TAG,"",re);
237 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
241 if (mService == null) Log.w(TAG, "Proxy not attached to service");
278 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
282 if (mService == null) Log.w(TAG, "Proxy not attached to service");
295 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
299 if (mService == null) Log.w(TAG, "Proxy not attached to service");
312 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
316 if (mService == null) Log.w(TAG, "Proxy not attached to service");
330 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
334 if (mService == null) Log.w(TAG, "Proxy not attached to service");
364 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
368 if (mService == null) Log.w(TAG, "Proxy not attached to service");
393 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
397 if (mService == null) Log.w(TAG, "Proxy not attached to service");
408 if (DBG) Log.d(TAG, "isAvrcpAbsoluteVolumeSupported");
413 Log.e(TAG, "Error talking to BT service in isAvrcpAbsoluteVolumeSupported()", e);
417 if (mService == null) Log.w(TAG, "Proxy not attached to service");
435 if (DBG) Log.d(TAG, "adjustAvrcpAbsoluteVolume");
441 Log.e(TAG, "Error talking to BT service in adjustAvrcpAbsoluteVolume()", e);
445 if (mService == null) Log.w(TAG, "Proxy not attached to service");
455 if (DBG) Log.d(TAG, "setAvrcpAbsoluteVolume");
461 Log.e(TAG, "Error talking to BT service in setAvrcpAbsoluteVolume()", e);
465 if (mService == null) Log.w(TAG, "Proxy not attached to service");
481 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
485 if (mService == null) Log.w(TAG, "Proxy not attached to service");
536 if (DBG) Log.d(TAG, "Proxy object connected");
544 if (DBG) Log.d(TAG, "Proxy object disconnected");
565 Log.d(TAG, msg);