Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java419 private final int mPollDelayCountMax; field in NfcService
841 mPollDelayCountMax = in NfcService()
4216 if (mPollDelayCount < mPollDelayCountMax) { in pollingDelay()