Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_NOT_IMPLEMENTED (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/obex/javax/obex/
H A DServerRequestHandler.java173 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onSetPath()
196 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onDelete()
203 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onAbort()
224 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onPut()
245 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onGet()
H A DResponseCodes.java277 public static final int OBEX_HTTP_NOT_IMPLEMENTED = 0xD1; field in ResponseCodes
H A DServerSession.java142 sendResponse(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED, null); in run()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServer.java160 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onPut()
165 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onAbort()
171 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onSetPath()
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServerTest.java453 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED); in testOnPut()
464 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED); in testOnAbort()
477 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED); in testOnSetPath()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DTestActivity.java577 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onSetPath()
582 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onDelete()
587 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onGet()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java143 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in onAbort()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java585 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in updateInbox()
605 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in updateInbox()
625 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in updateInbox()
898 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in setOwnerStatus()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java1130 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in pullVcardListing()
1166 return ResponseCodes.OBEX_HTTP_NOT_IMPLEMENTED; in pullVcardListing()