Home
last modified time | relevance | path

Searched refs:remoteActivating (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferRecord.java29 public boolean remoteActivating; field in BeamTransferRecord
38 boolean remoteActivating, Uri[] uris) { in BeamTransferRecord() argument
41 this.remoteActivating = remoteActivating; in BeamTransferRecord()
48 BluetoothDevice remoteDevice, boolean remoteActivating, in forBluetoothDevice() argument
50 return new BeamTransferRecord(remoteDevice, remoteActivating, uris); in forBluetoothDevice()
64 boolean remoteActivating = (in.readInt() == 1);
73 remoteActivating, uris);
92 dest.writeInt(remoteActivating ? 1 : 0); in writeToParcel()
DBluetoothOppHandover.java62 boolean remoteActivating) { in BluetoothOppHandover() argument
66 mRemoteActivating = remoteActivating; in BluetoothOppHandover()
DBeamTransferManager.java154 mRemoteActivating = pendingTransfer.remoteActivating; in BeamTransferManager()