Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java420 private int mPollDelayCount; field in NfcService
1409 mPollDelayCount = 0; in disableInternal()
2171 mPollDelayCount = 0; in setReaderMode()
4216 if (mPollDelayCount < mPollDelayCountMax) { in pollingDelay()
4217 mPollDelayCount++; in pollingDelay()
4297 mPollDelayCount = 0; in dispatchTagEndpoint()
4356 mPollDelayCount = 0;