HomeSort by relevance Sort by last modified time
    Searched refs:HandoverService (Results 1 - 3 of 3) sorted by null

  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverManager.java 138 Message msg = Message.obtain(null, HandoverService.MSG_REGISTER_CLIENT);
165 Message msg = Message.obtain(null, HandoverService.MSG_DEREGISTER_CLIENT);
213 HandoverService.class), mConnection, Context.BIND_AUTO_CREATE,
359 Message msg = Message.obtain(null, HandoverService.MSG_START_INCOMING_TRANSFER);
362 transferData.putParcelable(HandoverService.BUNDLE_TRANSFER, transfer);
419 Message msg = Message.obtain(null, HandoverService.MSG_HEADSET_HANDOVER, 0, 0);
421 headsetData.putParcelable(HandoverService.EXTRA_HEADSET_DEVICE, handover.device);
422 headsetData.putString(HandoverService.EXTRA_HEADSET_NAME, handover.name);
436 Message msg = Message.obtain(null, HandoverService.MSG_START_OUTGOING_TRANSFER, 0, 0);
439 transferData.putParcelable(HandoverService.BUNDLE_TRANSFER, transfer)
    [all...]
HandoverService.java 47 public class HandoverService extends Service implements HandoverTransfer.Callback,
50 static final String TAG = "HandoverService";
133 public HandoverService() {
176 BluetoothOppHandover handover = new BluetoothOppHandover(HandoverService.this,
218 mBluetoothHeadsetHandover = new BluetoothHeadsetHandover(HandoverService.this,
219 device, name, HandoverService.this);
HandoverTransfer.java 430 Intent intent = new Intent(HandoverService.ACTION_CANCEL_HANDOVER_TRANSFER);
431 intent.putExtra(HandoverService.EXTRA_SOURCE_ADDRESS, mRemoteDevice.getAddress());
432 intent.putExtra(HandoverService.EXTRA_INCOMING, incoming ? 1 : 0);

Completed in 30 milliseconds