Searched refs:mNfcOffCount (Results 1 – 1 of 1) sorted by relevance
42 int mNfcOffCount = 0; field in PollingLoopEmulatorActivity84 mNfcOffCount = 0; in onResume()135 + mNfcOffCount in processPollingFrames()157 && mNfcOffCount >= 3 in seenCorrectPollingLoop()158 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()165 && mNfcOffCount >= 3 in seenCorrectPollingLoop()166 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()173 && mNfcOffCount >= 3 in seenCorrectPollingLoop()174 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()200 ++mNfcOffCount; in processPollingFrame()[all …]