Searched refs:watchdogTimeout (Results 1 – 2 of 2) sorted by relevance
551 private int watchdogTimeout; field in NfcCharging.PresenceCheckWatchdog560 watchdogTimeout = presenceCheckDelay; in PresenceCheckWatchdog()572 watchdogTimeout = timeout; in setTimeout()621 if (watchdogTimeout > 0) { in run()622 this.wait(watchdogTimeout); in run()625 watchdogTimeout = HandleWLCState(); in run()626 if (DBG) Log.d(TAG, "Next watchdog timeout : " + watchdogTimeout); in run()
76 private final int watchdogTimeout; field in NativeNfcTag.PresenceCheckWatchdog86 watchdogTimeout = presenceCheckDelay; in PresenceCheckWatchdog()122 this.wait(watchdogTimeout); in run()