Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServerTest.java216 int responseCode = mAvrcpBipObexServer.onGet(op); in testOnGetNoHeaders()
225 int responseCode = mAvrcpBipObexServer.onGet(op); in testOnGetBadType()
234 int responseCode = mAvrcpBipObexServer.onGet(op); in testOnGetNoType()
245 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetLinkedThumbnailWithValidHandle()
255 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetLinkedThumbnailWithValidUnstoredHandle()
268 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetLinkedThumbnailWithInvalidHandle()
281 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetLinkedThumbnailWithNullHandle()
294 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetImagePropertiesWithValidHandle()
304 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetImagePropertiesWithValidUnstoredHandle()
317 int responseCode = mAvrcpBipObexServer.onGet(op); in testGetImagePropertiesWithInvalidHandle()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java367 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_INTERNAL_ERROR); in testOnGet_whenIoExceptionIsThrownFromGettingApplicationParameterHeader()
378 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE); in testOnGet_whenTypeIsNull()
392 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_UNAVAILABLE); in testOnGet_whenUserIsNotUnlocked()
408 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_FOUND); in testOnGet_whenNameIsNotSet_andCurrentPathIsTelecom_andTypeIsListing()
423 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE); in testOnGet_whenNameIsNotSet_andCurrentPathIsInvalid()
440 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_BAD_REQUEST); in testOnGet_whenAppParamIsInvalid()
455 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_NOT_ACCEPTABLE); in testOnGet_whenTypeIsInvalid()
472 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
475 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
478 assertThat(mServer.onGet(operation)).isEqualTo(ResponseCodes.OBEX_HTTP_OK); in testOnGet_whenNameIsNotSet_andTypeIsListing_success()
[all …]
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/
DFakeObexServer.java69 public int onGet(final Operation op) { in onGet() method in FakeObexServer.Server
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mapclient/
DMnsObexServer.java94 public int onGet(final Operation op) { in onGet() method in MnsObexServer
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMnsObexServerTest.java94 assertThat(mServer.onGet(op)).isEqualTo(ResponseCodes.OBEX_HTTP_BAD_REQUEST); in onGet_returnsBadRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServer.java121 public int onGet(final Operation op) { in onGet() method in AvrcpBipObexServer
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DTestActivity.java608 public int onGet(Operation op) { in onGet() method in TestTcpServer
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java432 public int onGet(Operation op) { in onGet() method in BluetoothPbapObexServer
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1081 public int onGet(Operation op) { in onGet() method in BluetoothMapObexServer