Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapAppParams.java1138 if (getFilterConvoId() != null) { in encodeParams()
1141 appParamBuf.putLong(getFilterConvoId().getMostSignificantBits()); in encodeParams()
1142 appParamBuf.putLong(getFilterConvoId().getLeastSignificantBits()); in encodeParams()
1455 public SignedLongLong getFilterConvoId() { in getFilterConvoId() method in BluetoothMapAppParams
DBluetoothMapObexServer.java1157 SignedLongLong tmpLongLong = appParams.getFilterConvoId(); in onGet()
1321 || appParams.getFilterConvoId() != null) { in sendMessageListingRsp()
DBluetoothMapContent.java2026 if (ap.getFilterConvoId() != null) { in setConvoWhereFilterSmsMms()
2027 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in setConvoWhereFilterSmsMms()
3419 if (ap.getFilterConvoId() != null) { in appendConvoListQueryParameters()
3420 convoId = ap.getFilterConvoId().getLeastSignificantBits(); in appendConvoListQueryParameters()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java216 assertThat(appParams.getFilterConvoId()) in settersAndGetters()
397 assertThat(appParams.getFilterConvoId()).isNull(); in setters_withIllegalStrings()
DBluetoothMapContentTest.java304 when(mParams.getFilterConvoId()).thenReturn(SignedLongLong.fromString(convoId)); in setConvoWhereFilterSmsMms()