Home
last modified time | relevance | path

Searched defs:headerSet (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppObexServerSessionTest.java184 HeaderSet headerSet = new HeaderSet(); in onPut_withZeroLengthInHeader_returnsLengthRequired() local
198 HeaderSet headerSet = new HeaderSet(); in onPut_withZeroLengthNameInHeader_returnsHttpBadRequest() local
211 HeaderSet headerSet = new HeaderSet(); in onPut_withNoMimeTypeInHeader_returnsHttpBadRequest() local
224 HeaderSet headerSet = new HeaderSet(); in onPut_withUnsupportedMimeTypeInHeader_returnsHttpBadRequest() local
277 HeaderSet headerSet = new HeaderSet(); in onPut_returnsObexHttpOk() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMnsObexServerTest.java99 HeaderSet headerSet = new HeaderSet(); in onPut_whenTypeIsInvalid_returnsBadRequest() local
127 HeaderSet headerSet = new HeaderSet(); in onPut_whenHeaderSetIsValid_returnsOk() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/
DObexAppParametersTest.java75 HeaderSet headerSet = new HeaderSet(); in fromHeaderSet() local
90 HeaderSet headerSet = new HeaderSet(); in addToHeaderSet() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbapclient/
DBluetoothPbapRequestPullPhoneBookSizeTest.java47 HeaderSet headerSet = new HeaderSet(); in readResponseHeaders() local
DBluetoothPbapRequestPullPhoneBookTest.java127 HeaderSet headerSet = new HeaderSet(); in readResponseHeaders() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java295 HeaderSet headerSet = new HeaderSet(); in testLogHeader() local
360 HeaderSet headerSet = new HeaderSet(); in testOnGet_whenIoExceptionIsThrownFromGettingApplicationParameterHeader() local
373 HeaderSet headerSet = new HeaderSet(); in testOnGet_whenTypeIsNull() local
384 HeaderSet headerSet = new HeaderSet(); in testOnGet_whenUserIsNotUnlocked() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpBipClient.java256 HeaderSet headerSet = new HeaderSet(); in connect() local
291 HeaderSet headerSet = new HeaderSet(); in refreshObexSession() local
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java205 public Object getHeader(HeaderSet headerSet, int headerId) throws IOException { in getHeader()