Home
last modified time | relevance | path

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

/packages/modules/Nfc/NfcNci/src/com/android/nfc/wlc/
DNfcCharging.java571 private int watchdogTimeout; field in NfcCharging.PresenceCheckWatchdog
580 watchdogTimeout = presenceCheckDelay; in PresenceCheckWatchdog()
592 watchdogTimeout = timeout; in setTimeout()
640 if (watchdogTimeout > 0) { in run()
641 this.wait(watchdogTimeout); in run()
644 watchdogTimeout = HandleWLCState(); in run()
645 if (DBG) Log.d(TAG, "run: Next watchdog timeout : " + watchdogTimeout); in run()
/packages/modules/Nfc/NfcNci/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java78 private final int watchdogTimeout; field in NativeNfcTag.PresenceCheckWatchdog
88 watchdogTimeout = presenceCheckDelay; in PresenceCheckWatchdog()
93 return watchdogTimeout; in getPresenceCheckTimeout()
128 this.wait(watchdogTimeout); in run()