Home
last modified time | relevance | path

Searched refs:OBEX_HTTP_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServer.java219 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImageThumbnail()
225 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImageThumbnail()
251 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImageProperties()
256 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImageProperties()
262 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImageProperties()
295 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in handleGetImage()
354 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in sendResponse()
/aosp12/frameworks/base/obex/javax/obex/
H A DResponseCodes.java186 public static final int OBEX_HTTP_NOT_FOUND = 0xC4; field in ResponseCodes
/aosp12/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcp/
H A DAvrcpBipObexServerTest.java284 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_FOUND); in testGetLinkedThumbnailWithValidUnstoredHandle()
335 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_FOUND); in testGetImagePropertiesWithValidUnstoredHandle()
417 assertThat(responseCode).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_FOUND); in testGetImageWithValidUnstoredHandle()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapObexServer.java378 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in onSetPath()
468 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in onGet()
532 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in onGet()
1207 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in pullVcardEntry()
1218 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in pullVcardEntry()
1231 return ResponseCodes.OBEX_HTTP_NOT_FOUND; in pullVcardEntry()