Searched refs:BluetoothOppBatch (Results 1 – 3 of 3) sorted by relevance
121 private ArrayList<BluetoothOppBatch> mBatches;783 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()827 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()900 BluetoothOppBatch batch = mBatches.get(i); in updateShare()908 BluetoothOppBatch batch = mBatches.get(i); in updateShare()955 BluetoothOppBatch batch = mBatches.get(i); in deleteShare()1008 private void removeBatch(BluetoothOppBatch batch) { in removeBatch()1014 for (BluetoothOppBatch nextBatch : mBatches) { in removeBatch()
59 public class BluetoothOppBatch { class102 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch
68 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener {93 private BluetoothOppBatch mBatch;178 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer()190 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer()