Home
last modified time | relevance | path

Searched refs:mNwcc_retry (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Nfc/src/com/android/nfc/wlc/
DNfcCharging.java91 int mNwcc_retry = 0; field in NfcCharging
839 if (mNwcc_retry < 3) { in HandleWLCState()
841 mNwcc_retry++; in HandleWLCState()
843 } else if (mNwcc_retry == 3) { in HandleWLCState()
846 mNwcc_retry = 0; in HandleWLCState()
853 mNwcc_retry = 0; in HandleWLCState()
863 if (mNwcc_retry < 3) { in HandleWLCState()
865 mNwcc_retry++; in HandleWLCState()
867 } else if (mNwcc_retry == 3) { in HandleWLCState()
871 mNwcc_retry = 0; in HandleWLCState()