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

  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothOppHandover.java 33 public class BluetoothOppHandover implements Handler.Callback {
34 static final String TAG = "BluetoothOppHandover";
62 public BluetoothOppHandover(Context context, BluetoothDevice device, Uri[] uris,
HandoverService.java 103 final Queue<BluetoothOppHandover> mPendingOutTransfers;
119 mPendingOutTransfers = new LinkedList<BluetoothOppHandover>();
160 BluetoothOppHandover handover = new BluetoothOppHandover(HandoverService.this,
213 BluetoothOppHandover handover = mPendingOutTransfers.remove();
HandoverTransfer.java 164 mimeType = BluetoothOppHandover.getMimeTypeForUri(mContext, uri);

Completed in 2149 milliseconds