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.java128 private int mBatchId; field in BluetoothOppService
201 mBatchId = 1; in create()
790 newBatch.mId = mBatchId; in insertShare()
791 mBatchId++; in insertShare()
834 newBatch.mId = mBatchId; in insertShare()
835 mBatchId++; in insertShare()