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.java121 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()
DBluetoothOppBatch.java59 public class BluetoothOppBatch { class
102 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch
DBluetoothOppTransfer.java68 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()