Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppService.java147 private int mBatchId; field in BluetoothOppService
224 mBatchId = 1; in create()
833 newBatch.mId = mBatchId; in insertShare()
834 mBatchId++; in insertShare()
877 newBatch.mId = mBatchId; in insertShare()
878 mBatchId++; in insertShare()