Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DRequestTest.java215 HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in onGet()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1377 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendMessageListingRsp()
1610 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendConvoListingRsp()
1768 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendFolderListingRsp()
2027 HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendGetMessageRsp()
DBluetoothMnsObexClient.java456 request.setHeader(HeaderSet.APPLICATION_PARAMETER, appParams.encodeParams()); in sendEventHandler()
DBluetoothMapAppParams.java970 public byte[] encodeParams() { in encodeParams() method in BluetoothMapAppParams
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java120 byte[] encodedParams = appParams.encodeParams(); in encodeToBuffer_thenDecode()