Searched refs:BluetoothOppTransfer (Results 1 – 2 of 2) sorted by relevance
123 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()
68 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener { class178 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer() method in BluetoothOppTransfer190 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer() method in BluetoothOppTransfer