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.java780 if (getChatStateConvoId() != null) { in EncodeParams()
783 appParamBuf.putLong(getChatStateConvoId().getMostSignificantBits()); in EncodeParams()
784 appParamBuf.putLong(getChatStateConvoId().getLeastSignificantBits()); in EncodeParams()
993 public SignedLongLong getChatStateConvoId(){ in getChatStateConvoId() method in BluetoothMapAppParams