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