Home
last modified time | relevance | path

Searched refs:BluetoothOppHandover (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/beam/
H A DBluetoothOppHandover.java32 public class BluetoothOppHandover implements Handler.Callback { class
61 public BluetoothOppHandover(Context context, BluetoothDevice device, ArrayList<Uri> uris, in BluetoothOppHandover() method in BluetoothOppHandover
H A DBeamTransferManager.java202 new BluetoothOppHandover(mContext, mRemoteDevice, mUris, mRemoteActivating).start(); in start()