Searched refs:watchdogTimeout (Results 1 – 2 of 2) sorted by relevance
571 private int watchdogTimeout; field in NfcCharging.PresenceCheckWatchdog580 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()
78 private final int watchdogTimeout; field in NativeNfcTag.PresenceCheckWatchdog88 watchdogTimeout = presenceCheckDelay; in PresenceCheckWatchdog()93 return watchdogTimeout; in getPresenceCheckTimeout()128 this.wait(watchdogTimeout); in run()