Searched defs:getFilterConvoId (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapAppParams.java758 if (getFilterConvoId() != null) {
761 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits());
762 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits());
1051 public SignedLongLong getFilterConvoId(){ method in class:BluetoothMapAppParams

Completed in 209 milliseconds