Home | History | Annotate | Download | only in bluetooth

Lines Matching defs:Log

25 import android.util.Log;
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);
153 Log.e(TAG,"",e);
165 Log.e(TAG, "Could not bind to Bluetooth Pbap Service with " + intent);
191 Log.e(TAG,"",e);
201 Log.e(TAG,"",re);
214 if (VDBG) log("getState()");
218 } catch (RemoteException e) {Log.e(TAG, e.toString());}
220 Log.w(TAG, "Proxy not attached to service");
221 if (DBG) log(Log.getStackTraceString(new Throwable()));
233 if (VDBG) log("getClient()");
237 } catch (RemoteException e) {Log.e(TAG, e.toString());}
239 Log.w(TAG, "Proxy not attached to service");
240 if (DBG) log(Log.getStackTraceString(new Throwable()));
251 if (VDBG) log("isConnected(" + device + ")");
255 } catch (RemoteException e) {Log.e(TAG, e.toString());}
257 Log.w(TAG, "Proxy not attached to service");
258 if (DBG) log(Log.getStackTraceString(new Throwable()));
269 if (DBG) log("disconnect()");
274 } catch (RemoteException e) {Log.e(TAG, e.toString());}
276 Log.w(TAG, "Proxy not attached to service");
277 if (DBG) log(Log.getStackTraceString(new Throwable()));
304 if (DBG) log("Proxy object connected");
311 if (DBG) log("Proxy object disconnected");
319 private static void log(String msg) {
320 Log.d(TAG, msg);