Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java123 private BluetoothOppTransfer mTransfer;
125 private BluetoothOppTransfer mServerTransfer;
793 mTransfer = new BluetoothOppTransfer(this, newBatch); in insertShare()
799 mServerTransfer = new BluetoothOppTransfer(this, newBatch, mServerSession); in insertShare()
1024 mTransfer = new BluetoothOppTransfer(this, nextBatch); in removeBatch()
1034 mServerTransfer = new BluetoothOppTransfer(this, nextBatch, mServerSession); in removeBatch()
DBluetoothOppTransfer.java68 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener { class
178 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer() method in BluetoothOppTransfer
190 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer() method in BluetoothOppTransfer