Home | History | Annotate | Download | only in obex

Lines Matching refs:null

96         mPrivateInput = null;
97 mPrivateOutput = null;
105 if (headerList != null) {
112 if ((header).mAuthChall != null) {
118 if ((header).mAuthResp != null) {
125 if ((header).mConnectionID != null) {
154 mParent.sendRequest(ObexHelper.OBEX_OPCODE_ABORT, null, mReplyHeader, null);
160 mExceptionMessage = null;
187 * This method will always return <code>null</code>
188 * @return <code>null</code>
191 return null;
199 * <code>null</code> if not known
205 return null;
220 if (temp == null) {
245 if (mPrivateInput == null) {
277 if (mPrivateOutput == null) {
338 * @throws NullPointerException if <code>headers</code> is <code>null</code>
346 if (headers == null) {
347 throw new IOException("Headers may not be null");
351 if (headerList != null) {
376 if (mExceptionMessage != null) {
392 if (mPrivateInput == null) {
409 if (mPrivateOutput != null) {
437 if (mPrivateInput != null) {
441 if (mPrivateOutput != null) {
500 if (body != null) {
521 if (!mParent.sendRequest(opCode, null, mReplyHeader, mPrivateInput)) {
533 if ((mPrivateOutput != null) && (mPrivateOutput.size() > 0))
547 if (mPrivateInput == null) {
560 mParent.sendRequest(0x83, null, mReplyHeader, mPrivateInput);
577 mParent.sendRequest(0x82, null, mReplyHeader, mPrivateInput);
600 mParent.sendRequest(0x83, null, mReplyHeader, mPrivateInput);
613 if (mPrivateInput == null) {
656 if ((mPrivateOutput != null) && (mPrivateOutput.size() <= 0)) {
700 mParent.sendRequest(0x83, null, mReplyHeader, mPrivateInput);
709 if ((mPrivateOutput != null) && (mPrivateOutput.size() <= 0)) {
715 if (mPrivateInput == null) {
718 if ((mPrivateOutput != null) && (mPrivateOutput.size() <= 0))
726 // parent.sendRequest(0x83, null, replyHeaders, privateInput);