Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java139 assertThat(appParamsDecoded.getMessageListingSize()).isEqualTo(TEST_MESSAGE_LISTING_SIZE); in encodeToBuffer_thenDecode()
237 assertThat(appParams.getMessageListingSize()).isEqualTo(TEST_MESSAGE_LISTING_SIZE); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1067 if (getMessageListingSize() != INVALID_VALUE_PARAMETER) { in encodeParams()
1070 appParamBuf.putShort((short) getMessageListingSize()); in encodeParams()
1658 public int getMessageListingSize() { in getMessageListingSize() method in BluetoothMapAppParams