Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_INTERNAL_ERROR (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/obex/javax/obex/
H A DServerSession.java224 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handlePutRequest()
252 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleGetRequest()
368 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleSetPathRequest()
394 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleSetPathRequest()
477 sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in handleDisconnectRequest()
494 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleDisconnectRequest()
637 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()
643 code = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleConnectRequest()
728 if ((code >= ResponseCodes.OBEX_HTTP_INTERNAL_ERROR) in validateResponseCode()
736 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in validateResponseCode()
H A DResponseCodes.java270 public static final int OBEX_HTTP_INTERNAL_ERROR = 0xD0; field in ResponseCodes
H A DServerOperation.java428 mParent.sendResponse(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR, null); in sendReply()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapVcardManager.java504 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeAndSendSelectedCallLogVcards()
572 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeAndSendPhonebookVcards()
616 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeAndSendPhonebookOneVcard()
759 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendVCards()
772 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendVCards()
790 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendVCards()
858 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendSelectedVCards()
871 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendSelectedVCards()
899 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeContactsAndSendSelectedVCards()
943 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in composeCallLogsAndSendSelectedVCards()
[all …]
H A DBluetoothPbapObexServer.java263 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
276 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
288 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
354 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onSetPath()
411 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onGet()
921 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushHeader()
947 pushResult = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in pushBytes()
1075 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleAppParaForResponse()
1086 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleAppParaForResponse()
1097 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in handleAppParaForResponse()
[all …]
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DRequestPushMessage.java67 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponseHeaders()
69 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponseHeaders()
H A DRequest.java113 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executeGet()
136 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executePut()
H A DRequestSetPath.java66 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in execute()
H A DRequestGetMessage.java91 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in readResponse()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
H A DBluetoothPbapRequest.java66 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in execute()
97 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in execute()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/
H A DBipRequest.java87 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executeGet()
111 mResponseCode = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in executePut()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
H A DMnsObexServer.java81 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
133 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onPut()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java361 obexResponse = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onPut()
380 obexResponse = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onPut()
590 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServer.java111 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java370 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()
391 return ResponseCodes.OBEX_HTTP_INTERNAL_ERROR; in onConnect()