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

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DPendingHandoverTransfer.java28 public boolean remoteActivating; field in class:PendingHandoverTransfer
32 boolean remoteActivating, Uri[] uris) {
36 this.remoteActivating = remoteActivating;
46 boolean remoteActivating = (in.readInt() == 1) ? true : false;
54 remoteActivating, uris);
73 dest.writeInt(remoteActivating ? 1 : 0);
31 PendingHandoverTransfer(int id, boolean incoming, BluetoothDevice remoteDevice, boolean remoteActivating, Uri[] uris) argument
H A DBluetoothOppHandover.java63 boolean remoteActivating) {
67 mRemoteActivating = remoteActivating;
62 BluetoothOppHandover(Context context, BluetoothDevice device, Uri[] uris, boolean remoteActivating) argument
H A DHandoverService.java178 pendingTransfer.remoteActivating);

Completed in 44 milliseconds