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.java126 private int mBatchId; field in BluetoothOppService
199 mBatchId = 1; in create()
788 newBatch.mId = mBatchId; in insertShare()
789 mBatchId++; in insertShare()
832 newBatch.mId = mBatchId; in insertShare()
833 mBatchId++; in insertShare()