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> mBatchs;
680 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()
714 BluetoothOppBatch newBatch = new BluetoothOppBatch(this, info); in insertShare()
789 BluetoothOppBatch batch = mBatchs.get(i); in updateShare()
797 BluetoothOppBatch batch = mBatchs.get(i); in updateShare()
842 BluetoothOppBatch batch = mBatchs.get(i); in deleteShare()
891 private void removeBatch(BluetoothOppBatch batch) { in removeBatch()
894 BluetoothOppBatch nextBatch; in removeBatch()
DBluetoothOppTransfer.java70 public class BluetoothOppTransfer implements BluetoothOppBatch.BluetoothOppBatchListener {
95 private BluetoothOppBatch mBatch;
178 BluetoothOppBatch batch, BluetoothOppObexSession session) { in BluetoothOppTransfer()
189 … public BluetoothOppTransfer(Context context, PowerManager powerManager, BluetoothOppBatch batch) { in BluetoothOppTransfer()
DBluetoothOppBatch.java62 public class BluetoothOppBatch { class
105 public BluetoothOppBatch(Context context, BluetoothOppShareInfo info) { in BluetoothOppBatch() method in BluetoothOppBatch