Home | History | Annotate | Download | only in obex

Lines Matching refs:more

240             throw new IOException("no more input streams available");
275 throw new IOException("no more output streams available");
400 * @return <code>true</code> if there is more data to send;
401 * <code>false</code> if there is no more data to send
541 * initial request. If the response takes more then one packet, a thread
550 boolean more = true;
555 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
556 more = sendRequest(0x03);
570 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
571 more = sendRequest(0x02);
654 boolean more = true;
659 more = false;
666 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
667 more = sendRequest(0x02);
707 boolean more = true;
712 more = false;
719 more = false;
722 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
723 more = sendRequest(0x03);