Lines Matching refs:TAG

45     private static final String TAG = "BluetoothPan";
138 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
140 Log.d(TAG, "BluetoothPan() call bindService");
143 Log.e(TAG, "Could not bind to Bluetooth HID Service");
145 Log.d(TAG, "BluetoothPan(), bindService called");
158 Log.w(TAG,"Unable to register BluetoothStateChangeCallback",re);
172 Log.d(TAG, "onBluetoothStateChange(on) call bindService");
175 Log.e(TAG, "Could not bind to Bluetooth HID Service");
177 Log.d(TAG, "BluetoothPan(), bindService called");
179 if (VDBG) Log.d(TAG,"Unbinding service...");
185 Log.e(TAG,"",re);
217 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
221 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
258 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
262 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
275 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
279 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
292 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
296 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
310 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
314 if (mPanService == null) Log.w(TAG, "Proxy not attached to service");
323 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
332 Log.e(TAG, "Stack:" + Log.getStackTraceString(new Throwable()));
339 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object connected");
348 if (DBG) Log.d(TAG, "BluetoothPAN Proxy object disconnected");
369 Log.d(TAG, msg);