Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java791 if (getChatStateConvoId() != null) { in encodeParams()
794 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in encodeParams()
795 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in encodeParams()
1021 public SignedLongLong getChatStateConvoId() { in getChatStateConvoId() method in BluetoothMapAppParams