Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java104 private ArrayList<BluetoothOppBatch> mBatchs; field in BluetoothOppService
155 mBatchs = Lists.newArrayList(); in onCreate()
260 if (mBatchs.size() == 0 && mPendingConnection == null) {
285 if (mBatchs.size() == 0) {
596 if (mBatchs.size() == 0) { in insertShare()
600 mBatchs.add(newBatch); in insertShare()
627 + mBatchs.get(i).mId); in insertShare()
628 mBatchs.get(i).addShare(info); in insertShare()
634 mBatchs.add(newBatch); in insertShare()
702 BluetoothOppBatch batch = mBatchs.get(i); in updateShare()
[all …]