Lines Matching refs:TAG

39     private static final String TAG = "BluetoothMapClient";
40 private static final boolean DBG = Log.isLoggable(TAG, Log.DEBUG);
41 private static final boolean VDBG = Log.isLoggable(TAG, Log.VERBOSE);
78 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
80 if (VDBG) Log.d(TAG, "Unbinding service...");
86 Log.e(TAG, "", re);
93 if (VDBG) Log.d(TAG, "Binding service...");
97 Log.e(TAG, "", re);
108 if (DBG) Log.d(TAG, "Create BluetoothMapClient proxy object");
117 Log.e(TAG, "", e);
129 Log.e(TAG, "Could not bind to Bluetooth MAP MCE Service with " + intent);
155 Log.e(TAG, "", e);
165 Log.e(TAG, "", re);
178 if (VDBG) Log.d(TAG, "isConnected(" + device + ")");
184 Log.e(TAG, e.toString());
187 Log.w(TAG, "Proxy not attached to service");
188 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
198 if (DBG) Log.d(TAG, "connect(" + device + ")" + "for MAPS MCE");
204 Log.e(TAG, e.toString());
207 Log.w(TAG, "Proxy not attached to service");
208 if (DBG) Log.d(TAG, Log.getStackTraceString(new Throwable()));
220 if (DBG) Log.d(TAG, "disconnect(" + device + ")");
226 Log.e(TAG, Log.getStackTraceString(new Throwable()));
229 if (service == null) Log.w(TAG, "Proxy not attached to service");
240 if (DBG) Log.d(TAG, "getConnectedDevices()");
246 Log.e(TAG, Log.getStackTraceString(new Throwable()));
250 if (service == null) Log.w(TAG, "Proxy not attached to service");
261 if (DBG) Log.d(TAG, "getDevicesMatchingStates()");
267 Log.e(TAG, Log.getStackTraceString(new Throwable()));
271 if (service == null) Log.w(TAG, "Proxy not attached to service");
282 if (DBG) Log.d(TAG, "getConnectionState(" + device + ")");
288 Log.e(TAG, Log.getStackTraceString(new Throwable()));
292 if (service == null) Log.w(TAG, "Proxy not attached to service");
306 if (DBG) Log.d(TAG, "setPriority(" + device + ", " + priority + ")");
316 Log.e(TAG, Log.getStackTraceString(new Throwable()));
320 if (service == null) Log.w(TAG, "Proxy not attached to service");
335 if (VDBG) Log.d(TAG, "getPriority(" + device + ")");
341 Log.e(TAG, Log.getStackTraceString(new Throwable()));
345 if (service == null) Log.w(TAG, "Proxy not attached to service");
363 if (DBG) Log.d(TAG, "sendMessage(" + device + ", " + contacts + ", " + message);
369 Log.e(TAG, Log.getStackTraceString(new Throwable()));
383 if (DBG) Log.d(TAG, "getUnreadMessages(" + device + ")");
389 Log.e(TAG, Log.getStackTraceString(new Throwable()));
398 if (DBG) Log.d(TAG, "Proxy object connected");
407 if (DBG) Log.d(TAG, "Proxy object disconnected");
418 if (DBG) Log.d(TAG, "Bluetooth is Not enabled");