Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java134 assertThat(appParamsDecoded.getNewMessage()).isEqualTo(TEST_NEW_MESSAGE); in encodeToBuffer_thenDecode()
238 assertThat(appParams.getNewMessage()).isEqualTo(TEST_NEW_MESSAGE); in settersAndGetters()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1037 if (getNewMessage() != INVALID_VALUE_PARAMETER) { in encodeParams()
1040 appParamBuf.put((byte) getNewMessage()); in encodeParams()
1580 public int getNewMessage() { in getNewMessage() method in BluetoothMapAppParams