Home
last modified time | relevance | path

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

/packages/apps/Nfc/testutils/src/com/android/nfc/emulator/
DPollingLoopEmulatorActivity.java41 int mNfcOnCount = 0; field in PollingLoopEmulatorActivity
83 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 …]