Home | History | Annotate | Download | only in tests

Lines Matching refs:ResponseCodes

8 import javax.obex.ResponseCodes;
83 int result = ResponseCodes.OBEX_HTTP_OK;
95 result = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
106 int result = ResponseCodes.OBEX_HTTP_OK;
118 result = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
134 int result = ResponseCodes.OBEX_HTTP_OK;
147 result = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
150 if(result == ResponseCodes.OBEX_HTTP_OK) {
161 int result = ResponseCodes.OBEX_HTTP_OK;
174 result = ResponseCodes.OBEX_HTTP_INTERNAL_ERROR;
177 if(result == ResponseCodes.OBEX_HTTP_OK) {