Lines Matching refs:service

74     //Maximum msec to wait for service restart
576 Log.e(TAG, "Unable to unbind service with intent: " + psc.mIntent, e);
586 * and maintains the connection with that service.
651 public void onServiceConnected(ComponentName className, IBinder service) {
654 mService = service;
664 mProxies.getBroadcastItem(i).onServiceConnected(className, service);
694 Log.w(TAG, "Profile service for profile: " + mClassName
719 * Inform BluetoothAdapter instances that Adapter service is up
737 * Inform BluetoothAdapter instances that Adapter service is down
816 public void onServiceConnected(ComponentName className, IBinder service) {
826 Log.e(TAG, "Unknown service connected: " + className.getClassName());
829 msg.obj = service;
843 Log.e(TAG, "Unknown service disconnected: " + className.getClassName());
866 if (DBG) Log.d(TAG, "Binding to service to get name and address");
886 // if enable is also called to bind the service
944 // rebind service by Request GET NAME AND ADDRESS
945 // if service is unbinded by disable or
1035 IBinder service = (IBinder) msg.obj;
1038 mBluetoothGatt = IBluetoothGatt.Stub.asInterface(service);
1046 mBluetooth = IBluetooth.Stub.asInterface(service);
1072 //Inform BluetoothAdapter instances that service is up
1115 // unbind and rebind bluetooth service and enable bluetooth
1135 // if service is unbinded already, do nothing and return
1180 +" Restart IBluetooth service");
1183 service restarts */
1236 // Pbap service need receive STATE_TURNING_OFF intent to close
1261 // if user is switched when service is being binding
1293 // so the service won't be unbind
1302 //Inform BluetoothAdapter instances that service is up
1338 // service will be unbinded after Name and Address are saved
1397 //If Bluetooth is off, send service down event to proxy objects, and unbind