Searched defs:STATE_NEW (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/handover/
H A DHandoverTransfer.java73 static final int STATE_NEW = 0; field in class:HandoverTransfer
146 mState = STATE_NEW;
231 if (mState != STATE_NEW && mState != STATE_IN_PROGRESS && mState != STATE_W4_NEXT_TRANSFER) {
280 if (mState == STATE_NEW || mState == STATE_IN_PROGRESS ||

Completed in 69 milliseconds