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.java121 private ArrayList<BluetoothOppBatch> mBatches; field in BluetoothOppService
199 mBatches = new ArrayList(); in create()
400 if (mBatches.size() == 0 && mPendingConnection == null) {
422 if (mBatches.size() == 0) {
482 if (mBatches != null) { in cleanup()
483 mBatches.clear(); in cleanup()
782 if (mBatches.size() == 0) { in insertShare()
786 mBatches.add(newBatch); in insertShare()
821 Log.v(TAG, "Service add info " + info.mId + " to existing batch " + mBatches in insertShare()
824 mBatches.get(i).addShare(info); in insertShare()
[all …]