Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1159 if (getChatStateConvoId() != null) { in encodeParams()
1162 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()
1163 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams()
1392 public SignedLongLong getChatStateConvoId() { in getChatStateConvoId() method in BluetoothMapAppParams
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java152 assertThat(appParamsDecoded.getChatStateConvoId()) in encodeToBuffer_thenDecode()
208 assertThat(appParams.getChatStateConvoId()) in settersAndGetters()