Searched refs:mGetOperation (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/obex/javax/obex/
H A DClientOperation.java67 private boolean mGetOperation; field in class:ClientOperation
92 mGetOperation = type;
234 if (mGetOperation) {
545 if (mGetOperation) {
590 if (mGetOperation) {
643 if (!mGetOperation) {
H A DServerOperation.java75 private boolean mGetOperation; field in class:ServerOperation
126 mGetOperation = false;
141 mGetOperation = true;
211 while ((!mGetOperation) && (!finalBitSet)) {
220 while ((!mGetOperation) && (!finalBitSet) && (mPrivateInput.available() == 0)) {
228 while (mGetOperation && !mRequestFinished) {
251 if (!mGetOperation) {
344 if (mGetOperation && type == ResponseCodes.OBEX_HTTP_OK) {

Completed in 97 milliseconds