Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:Log

26 import android.util.Log;
58 if (DBG) Log.d(TAG, "onBluetoothStateChange: up=" + up);
60 if (VDBG) Log.d(TAG,"Unbinding service...");
66 Log.e(TAG,"",re);
73 if (VDBG) Log.d(TAG,"Binding service...");
77 Log.e(TAG,"",re);
88 if (DBG) Log.d(TAG, "Create BluetoothMap proxy object");
97 Log.e(TAG,"",e);
109 Log.e(TAG, "Could not bind to Bluetooth MAP Service with " + intent);
135 Log.e(TAG,"",e);
145 Log.e(TAG,"",re);
158 if (VDBG) log("getState()");
162 } catch (RemoteException e) {Log.e(TAG, e.toString());}
164 Log.w(TAG, "Proxy not attached to service");
165 if (DBG) log(Log.getStackTraceString(new Throwable()));
177 if (VDBG) log("getClient()");
181 } catch (RemoteException e) {Log.e(TAG, e.toString());}
183 Log.w(TAG, "Proxy not attached to service");
184 if (DBG) log(Log.getStackTraceString(new Throwable()));
195 if (VDBG) log("isConnected(" + device + ")");
199 } catch (RemoteException e) {Log.e(TAG, e.toString());}
201 Log.w(TAG, "Proxy not attached to service");
202 if (DBG) log(Log.getStackTraceString(new Throwable()));
212 if (DBG) log("connect(" + device + ")" + "not supported for MAPS");
224 if (DBG) log("disconnect(" + device + ")");
230 Log.e(TAG, Log.getStackTraceString(new Throwable()));
234 if (mService == null) Log.w(TAG, "Proxy not attached to service");
264 if (DBG) log("getConnectedDevices()");
269 Log.e(TAG, Log.getStackTraceString(new Throwable()));
273 if (mService == null) Log.w(TAG, "Proxy not attached to service");
283 if (DBG) log("getDevicesMatchingStates()");
288 Log.e(TAG, Log.getStackTraceString(new Throwable()));
292 if (mService == null) Log.w(TAG, "Proxy not attached to service");
302 if (DBG) log("getConnectionState(" + device + ")");
308 Log.e(TAG, Log.getStackTraceString(new Throwable()));
312 if (mService == null) Log.w(TAG, "Proxy not attached to service");
328 if (DBG) log("setPriority(" + device + ", " + priority + ")");
338 Log.e(TAG, Log.getStackTraceString(new Throwable()));
342 if (mService == null) Log.w(TAG, "Proxy not attached to service");
357 if (VDBG) log("getPriority(" + device + ")");
363 Log.e(TAG, Log.getStackTraceString(new Throwable()));
367 if (mService == null) Log.w(TAG, "Proxy not attached to service");
373 if (DBG) log("Proxy object connected");
380 if (DBG) log("Proxy object disconnected");
388 private static void log(String msg) {
389 Log.d(TAG, msg);
395 log("Bluetooth is Not enabled");