Home
last modified time | relevance | path

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

/packages/apps/Nfc/src/com/android/nfc/
DNfcService.java260 static final int DEFAULT_PRESENCE_CHECK_DELAY = 125; field in NfcService
2387 DEFAULT_PRESENCE_CHECK_DELAY)) in updateReaderModeParams()
2388 : DEFAULT_PRESENCE_CHECK_DELAY; in updateReaderModeParams()
3734 int presenceCheckDelay = DEFAULT_PRESENCE_CHECK_DELAY; in handleMessage()