Home
last modified time | relevance | path

Searched refs:pushHeader (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java751 assertThat(BluetoothPbapObexServer.pushHeader(op, reply)) in pushHeader_returnsObexHttpOk()
762 assertThat(BluetoothPbapObexServer.pushHeader(op, reply)) in pushHeader_withExceptionWhenOpeningOutputStream_returnsObexHttpInternalError()
775 assertThat(BluetoothPbapObexServer.pushHeader(op, reply)) in pushHeader_withExceptionWhenClosingOutputStream_returnsObexHttpInternalError()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1043 static int pushHeader(final Operation op, final HeaderSet reply) { in pushHeader() method in BluetoothPbapObexServer
1181 return pushHeader(op, reply); in handleAppParaForResponse()