/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapObexServer.java | 414 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 444 return ResponseCodes.OBEX_HTTP_OK; in onAbort() 499 return ResponseCodes.OBEX_HTTP_OK; in onPut() 781 return ResponseCodes.OBEX_HTTP_OK; in pushMessage() 843 return ResponseCodes.OBEX_HTTP_OK; in setMessageStatus() 966 return ResponseCodes.OBEX_HTTP_OK; in onSetPath() 1298 return ResponseCodes.OBEX_HTTP_OK; in sendMessageListingRsp() 1484 return ResponseCodes.OBEX_HTTP_OK; in sendConvoListingRsp() 1602 return ResponseCodes.OBEX_HTTP_OK; in sendFolderListingRsp() 1705 return ResponseCodes.OBEX_HTTP_OK; in sendMASInstanceInformationRsp() [all …]
|
H A D | BluetoothMnsObexClient.java | 535 if (responseCode != ResponseCodes.OBEX_HTTP_OK) { in sendEventHandler()
|
H A D | BluetoothMapContentObserver.java | 939 return ResponseCodes.OBEX_HTTP_OK; in setNotificationRegistration()
|
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpBipObexServerTest.java | 198 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testConnectWithValidUuidHeader() 272 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testGetLinkedThumbnailWithValidHandle() 323 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testGetImagePropertiesWithValidHandle() 375 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testGetImageWithValidHandleAndNullDescriptor() 389 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testGetImageWithValidHandleAndValidDescriptor()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
H A D | BluetoothPbapObexServer.java | 295 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 307 resp.responseCode = ResponseCodes.OBEX_HTTP_OK; in onDisconnect() 317 return ResponseCodes.OBEX_HTTP_OK; in onAbort() 386 return ResponseCodes.OBEX_HTTP_OK; in onSetPath() 914 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushHeader() 934 return ResponseCodes.OBEX_HTTP_OK; in pushBytes() 938 int pushResult = ResponseCodes.OBEX_HTTP_OK; in pushBytes() 1148 return ResponseCodes.OBEX_HTTP_OK; in pullVcardListing() 1242 return ResponseCodes.OBEX_HTTP_OK; in pullVcardEntry() 1270 return ResponseCodes.OBEX_HTTP_OK; in pullPhonebook() [all …]
|
H A D | BluetoothPbapVcardManager.java | 807 return ResponseCodes.OBEX_HTTP_OK; in composeContactsAndSendVCards() 921 return ResponseCodes.OBEX_HTTP_OK; in composeContactsAndSendSelectedVCards() 1006 return ResponseCodes.OBEX_HTTP_OK; in composeCallLogsAndSendSelectedVCards()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/ |
H A D | MnsObexServer.java | 85 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 135 return ResponseCodes.OBEX_HTTP_OK; in onPut()
|
H A D | MasClient.java | 138 if (headerset.getResponseCode() == ResponseCodes.OBEX_HTTP_OK) { in connect()
|
/aosp12/frameworks/base/obex/javax/obex/ |
H A D | ResponseCodes.java | 67 public static final int OBEX_HTTP_OK = 0xA0; field in ResponseCodes
|
H A D | ServerSession.java | 164 int code = ResponseCodes.OBEX_HTTP_OK; in handleAbortRequest() 207 if (response != ResponseCodes.OBEX_HTTP_OK && !op.isAborted) { in handlePutRequest() 425 int code = ResponseCodes.OBEX_HTTP_OK; in handleDisconnectRequest() 717 if ((code >= ResponseCodes.OBEX_HTTP_OK) && (code <= ResponseCodes.OBEX_HTTP_PARTIAL)) { in validateResponseCode()
|
H A D | ServerRequestHandler.java | 128 return ResponseCodes.OBEX_HTTP_OK; in onConnect()
|
H A D | ServerOperation.java | 450 if (mGetOperation && type == ResponseCodes.OBEX_HTTP_OK) { in sendReply() 515 if ((finalBitSet) && (type == ResponseCodes.OBEX_HTTP_OK) && (orginalBodyLength <= 0)) { in sendReply() 631 mParent.sendResponse(ResponseCodes.OBEX_HTTP_OK, null); in handleRemoteAbort()
|
H A D | ClientSession.java | 158 if (returnHeaderSet.responseCode == ResponseCodes.OBEX_HTTP_OK) { in connect()
|
H A D | ClientOperation.java | 189 if (mReplyHeader.responseCode != ResponseCodes.OBEX_HTTP_OK) { in abort()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpBipObexServer.java | 119 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 351 return ResponseCodes.OBEX_HTTP_OK; in sendResponse()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpBipClient.java | 268 if (responseCode == ResponseCodes.OBEX_HTTP_OK) { in connect() 305 if (responseCode == ResponseCodes.OBEX_HTTP_OK) { in refreshObexSession()
|
H A D | AvrcpCoverArtManager.java | 432 if (status != ResponseCodes.OBEX_HTTP_OK || properties == null) { in onGetImagePropertiesComplete() 451 if (status != ResponseCodes.OBEX_HTTP_OK) { in onGetImageComplete()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/ |
H A D | BluetoothPbapRequest.java | 58 return (mResponseCode == ResponseCodes.OBEX_HTTP_OK); in isSuccess()
|
H A D | PbapClientConnectionHandler.java | 353 (connectionResponse.getResponseCode() == ResponseCodes.OBEX_HTTP_OK); in connectObexSession()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/ |
H A D | Request.java | 143 return (mResponseCode == ResponseCodes.OBEX_HTTP_OK); in isSuccess()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
H A D | BluetoothOppObexClientSession.java | 492 || responseCode == ResponseCodes.OBEX_HTTP_OK) { in sendFile() 521 && responseCode != ResponseCodes.OBEX_HTTP_OK) { in sendFile() 592 if (responseCode != ResponseCodes.OBEX_HTTP_OK) { in sendFile()
|
H A D | BluetoothOppObexServerSession.java | 348 int obexResponse = ResponseCodes.OBEX_HTTP_OK; in onPut() 614 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 626 resp.responseCode = ResponseCodes.OBEX_HTTP_OK; in onDisconnect()
|
H A D | TestActivity.java | 523 return ResponseCodes.OBEX_HTTP_OK; in onConnect() 557 return ResponseCodes.OBEX_HTTP_OK; in onPut()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/bip/ |
H A D | BipRequest.java | 124 return (mResponseCode == ResponseCodes.OBEX_HTTP_OK); in isSuccess()
|