Searched refs:onGet (Results 1 – 9 of 9) sorted by relevance
216 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 …]
367 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 …]
69 public int onGet(final Operation op) { in onGet() method in FakeObexServer.Server
94 public int onGet(final Operation op) { in onGet() method in MnsObexServer
94 assertThat(mServer.onGet(op)).isEqualTo(ResponseCodes.OBEX_HTTP_BAD_REQUEST); in onGet_returnsBadRequest()
121 public int onGet(final Operation op) { in onGet() method in AvrcpBipObexServer
608 public int onGet(Operation op) { in onGet() method in TestTcpServer
432 public int onGet(Operation op) { in onGet() method in BluetoothPbapObexServer
1081 public int onGet(Operation op) { in onGet() method in BluetoothMapObexServer