Lines Matching refs:TAG

46     private static final String TAG = "BluetoothA2dp";
115 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
117 if (VDBG) Log.d(TAG,"Unbinding service...");
123 Log.e(TAG,"",re);
130 if (VDBG) Log.d(TAG,"Binding service...");
134 Log.e(TAG,"",re);
154 Log.e(TAG,"",e);
166 Log.e(TAG, "Could not bind to Bluetooth A2DP Service with " + intent);
179 Log.e(TAG,"",e);
189 Log.e(TAG,"",re);
227 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
231 if (mService == null) Log.w(TAG, "Proxy not attached to service");
268 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
272 if (mService == null) Log.w(TAG, "Proxy not attached to service");
285 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
289 if (mService == null) Log.w(TAG, "Proxy not attached to service");
302 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
306 if (mService == null) Log.w(TAG, "Proxy not attached to service");
320 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
324 if (mService == null) Log.w(TAG, "Proxy not attached to service");
354 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
358 if (mService == null) Log.w(TAG, "Proxy not attached to service");
382 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
386 if (mService == null) Log.w(TAG, "Proxy not attached to service");
397 if (DBG) Log.d(TAG, "isAvrcpAbsoluteVolumeSupported");
402 Log.e(TAG, "Error talking to BT service in isAvrcpAbsoluteVolumeSupported()", e);
406 if (mService == null) Log.w(TAG, "Proxy not attached to service");
417 if (DBG) Log.d(TAG, "adjustAvrcpAbsoluteVolume");
423 Log.e(TAG, "Error talking to BT service in adjustAvrcpAbsoluteVolume()", e);
427 if (mService == null) Log.w(TAG, "Proxy not attached to service");
437 if (DBG) Log.d(TAG, "setAvrcpAbsoluteVolume");
443 Log.e(TAG, "Error talking to BT service in setAvrcpAbsoluteVolume()", e);
447 if (mService == null) Log.w(TAG, "Proxy not attached to service");
463 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
467 if (mService == null) Log.w(TAG, "Proxy not attached to service");
518 if (DBG) Log.d(TAG, "Proxy object connected");
526 if (DBG) Log.d(TAG, "Proxy object disconnected");
547 Log.d(TAG, msg);