Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/testutils/src/com/android/nfc/emulator/
DPollingLoopEmulatorActivity.java42 int mNfcOffCount = 0; field in PollingLoopEmulatorActivity
84 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 …]