Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java120 private ArrayList<BluetoothOppBatch> mBatches; field in BluetoothOppService
198 mBatches = new ArrayList(); in create()
404 if (mBatches.size() == 0 && mPendingConnection == null) {
426 if (mBatches.size() == 0) {
486 if (mBatches != null) { in cleanup()
487 mBatches.clear(); in cleanup()
786 if (mBatches.size() == 0) { in insertShare()
790 mBatches.add(newBatch); in insertShare()
825 Log.v(TAG, "Service add info " + info.mId + " to existing batch " + mBatches in insertShare()
828 mBatches.get(i).addShare(info); in insertShare()
[all …]