Searched refs:BluetoothOppBatch (Results 1 – 3 of 3) sorted by relevance
122 private ArrayList<BluetoothOppBatch> mBatches;789 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()833 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()904 BluetoothOppBatch batch = mBatches.get(i); in updateShare()912 BluetoothOppBatch batch = mBatches.get(i); in updateShare()959 BluetoothOppBatch batch = mBatches.get(i); in deleteShare()1012 private void removeBatch(BluetoothOppBatch batch) { in removeBatch()1018 for (BluetoothOppBatch nextBatch : mBatches) { in removeBatch()
62 public class BluetoothOppBatch { class105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch
66 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener {91 private BluetoothOppBatch mBatch;176 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer()188 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer()