Searched refs:mWatchdog (Results 1 – 4 of 4) sorted by relevance
72 private PresenceCheckWatchdog mWatchdog; field in NativeNfcTag154 if (mWatchdog != null) { in connectWithStatus()155 mWatchdog.pause(); in connectWithStatus()224 if (mWatchdog != null) { in connectWithStatus()225 mWatchdog.doResume(); in connectWithStatus()237 if (mWatchdog != null) { in stopPresenceChecking()238 mWatchdog.end(true); in stopPresenceChecking()248 if (mWatchdog == null) { in startPresenceChecking()249 mWatchdog = new PresenceCheckWatchdog(presenceCheckDelay, callback); in startPresenceChecking()250 mWatchdog.start(); in startPresenceChecking()[all …]
49 private Watchdog mWatchdog; field in InputTestFragment66 mWatchdog = new Watchdog(mWatchdogTextView); in onResume()67 mWatchdog.start(); in onResume()76 if (mWatchdog != null) { in onPause()77 mWatchdog.stop(); in onPause()78 mWatchdog = null; in onPause()96 if (mWatchdog != null) { in setListners()101 mWatchdog.logEvent(logMessage); in setListners()108 if (mWatchdog != null) { in setListners()110 mWatchdog.logEvent("EditText view has input connection with IME"); in setListners()[all …]
54 private Watchdog mWatchdog; field in OffcarTestingFragment96 mWatchdog = new Watchdog(getContext(), mWatchdogTextView); in onResume()97 mWatchdog.start(); in onResume()101 mJobSchedulerWrapper.setWatchdog(mWatchdog); in onResume()109 mWatchdog.stop(); in onPause()110 mWatchdog = null; in onPause()140 if (mWatchdog != null) { in onEnterGarageModeBtnClick()141 mWatchdog.logEvent("Entering garage mode..."); in onEnterGarageModeBtnClick()148 if (mWatchdog != null) { in onExitGarageModeBtnClick()149 mWatchdog.logEvent("Exiting garage mode..."); in onExitGarageModeBtnClick()[all …]
58 private Watchdog mWatchdog; field in JobSchedulerWrapper85 mWatchdog = watchdog; in setWatchdog()131 mWatchdog = null; in stopNow()226 if (mWatchdog != null) { in reportNewJobs()227 mWatchdog.logEvent("New job with id(" + job.getId() + ") has been scheduled"); in reportNewJobs()234 if (mWatchdog != null) { in reportCompletedJobs()235 mWatchdog.logEvent("Job with id(" + job.getId() + ") has been completed."); in reportCompletedJobs()