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.java759 if (getFilterConvoId() != null) { in EncodeParams()
762 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in EncodeParams()
763 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in EncodeParams()
1052 public SignedLongLong getFilterConvoId(){ in getFilterConvoId() method in BluetoothMapAppParams
DBluetoothMapObexServer.java880 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()
983 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
DBluetoothMapContent.java1926 if(ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()
1927 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()
3164 if(ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()
3165 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()