Home
last modified time | relevance | path

Searched refs:BluetoothOppBatch (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java122 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()
DBluetoothOppBatch.java62 public class BluetoothOppBatch { class
105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch
DBluetoothOppTransfer.java66 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()