Searched refs:mBatchs (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppService.java102 private ArrayList<BluetoothOppBatch> mBatchs; field in class:BluetoothOppService
153 mBatchs = Lists.newArrayList();
258 if (mBatchs.size() == 0 && mPendingConnection == null) {
283 if (mBatchs.size() == 0) {
594 if (mBatchs.size() == 0) {
598 mBatchs.add(newBatch);
625 + mBatchs.get(i).mId);
626 mBatchs.get(i).addShare(info);
632 mBatchs.add(newBatch);
700 BluetoothOppBatch batch = mBatchs
[all...]

Completed in 52 milliseconds