Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java770 if (getFilterConvoId() != null) { in encodeParams()
773 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()
774 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams()
1082 public SignedLongLong getFilterConvoId() { in getFilterConvoId() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1043 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()
1159 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
DBluetoothMapContent.java2062 if (ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()
2063 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()
3425 if (ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()
3426 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()