HomeSort by relevance Sort by last modified time
    Searched refs:mGetOperation (Results 1 - 2 of 2) sorted by null

  /frameworks/base/obex/javax/obex/
ServerOperation.java 82 private boolean mGetOperation;
152 mGetOperation = false;
168 mGetOperation = true;
199 while ((!mGetOperation) && (!finalBitSet)) {
208 while ((!mGetOperation) && (!finalBitSet) && (mPrivateInput.available() == 0)) {
216 while (mGetOperation && !mRequestFinished) {
333 if (!mGetOperation) {
386 if(mSrmEnabled && !mGetOperation && mSrmLocalWait) {
440 if (mGetOperation && type == ResponseCodes.OBEX_HTTP_OK) {
445 if(!mGetOperation && type == ResponseCodes.OBEX_HTTP_CONTINUE &
    [all...]
ClientOperation.java 75 private boolean mGetOperation;
115 mGetOperation = type;
276 if (mGetOperation) {
633 if (mGetOperation) {
686 if (mGetOperation) {
743 if (!mGetOperation) {

Completed in 146 milliseconds