Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppService.java127 private int mBatchId; field in BluetoothOppService
200 mBatchId = 1; in create()
784 newBatch.mId = mBatchId; in insertShare()
785 mBatchId++; in insertShare()
828 newBatch.mId = mBatchId; in insertShare()
829 mBatchId++; in insertShare()