Searched refs:BluetoothOppBatch (Results 1 – 3 of 3) sorted by relevance
120 private ArrayList<BluetoothOppBatch> mBatches;787 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()831 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()902 BluetoothOppBatch batch = mBatches.get(i); in updateShare()910 BluetoothOppBatch batch = mBatches.get(i); in updateShare()957 BluetoothOppBatch batch = mBatches.get(i); in deleteShare()1010 private void removeBatch(BluetoothOppBatch batch) { in removeBatch()1016 for (BluetoothOppBatch nextBatch : mBatches) { in removeBatch()
59 public class BluetoothOppBatch { class102 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch
65 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener {90 private BluetoothOppBatch mBatch;175 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch, in BluetoothOppTransfer()187 public BluetoothOppTransfer(Context context, BluetoothOppBatch batch) { in BluetoothOppTransfer()