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.java210 HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in onGetValidator()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1401 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendMessageListingRsp()
1634 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendConvoListingRsp()
1792 replyHeaders.setHeader(HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendFolderListingRsp()
2051 HeaderSet.APPLICATION_PARAMETER, outAppParams.encodeParams()); in sendGetMessageRsp()
DBluetoothMnsObexClient.java455 request.setHeader(HeaderSet.APPLICATION_PARAMETER, appParams.encodeParams()); in sendEventHandler()
DBluetoothMapAppParams.java972 public byte[] encodeParams() throws UnsupportedEncodingException { in encodeParams() method in BluetoothMapAppParams
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapAppParamsTest.java119 byte[] encodedParams = appParams.encodeParams(); in encodeToBuffer_thenDecode()