Searched refs:mNfcOnCount (Results 1 – 1 of 1) sorted by relevance
41 int mNfcOnCount = 0; field in PollingLoopEmulatorActivity83 mNfcOnCount = 0; in onResume()130 + mNfcOnCount in processPollingFrames()149 && mNfcOnCount >= 3 in seenCorrectPollingLoop()151 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()157 && mNfcOnCount >= 3 in seenCorrectPollingLoop()159 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()165 && mNfcOnCount >= 3 in seenCorrectPollingLoop()167 && Math.abs(mNfcOffCount - mNfcOnCount) <= 1) { in seenCorrectPollingLoop()190 ++mNfcOnCount; in processPollingFrame()[all …]