Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppBatchTest.java117 assertThat(mBluetoothOppBatch.getNumShares()).isEqualTo(1); in addShare_shareInfoStoredCorrectly()
121 assertThat(mBluetoothOppBatch.getNumShares()).isEqualTo(2); in addShare_shareInfoStoredCorrectly()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppBatch.java164 public int getNumShares() { in getNumShares() method in BluetoothOppBatch
DBluetoothOppTransfer.java645 mSession.start(mSessionHandler, mBatch.getNumShares()); in startObexSession()