Searched refs:mWatchdog (Results 1 – 4 of 4) sorted by relevance
72 private PresenceCheckWatchdog mWatchdog; field in NativeNfcTag156 if (mWatchdog != null) { in connectWithStatus()157 mWatchdog.pause(); in connectWithStatus()206 if (mWatchdog != null) { in connectWithStatus()207 mWatchdog.doResume(); in connectWithStatus()220 if (mWatchdog != null) { in stopPresenceChecking()221 mWatchdog.end(true); in stopPresenceChecking()231 if (mWatchdog == null) { in startPresenceChecking()232 mWatchdog = new PresenceCheckWatchdog(presenceCheckDelay, callback); in startPresenceChecking()233 mWatchdog.start(); in startPresenceChecking()[all …]
47 private Watchdog mWatchdog; field in InputTestFragment64 mWatchdog = new Watchdog(mWatchdogTextView); in onResume()65 mWatchdog.start(); in onResume()74 if (mWatchdog != null) { in onPause()75 mWatchdog.stop(); in onPause()76 mWatchdog = null; in onPause()94 if (mWatchdog != null) { in setListners()99 mWatchdog.logEvent(logMessage); in setListners()106 if (mWatchdog != null) { in setListners()108 mWatchdog.logEvent("EditText view has input connection with IME"); in setListners()[all …]
56 private Watchdog mWatchdog; field in OffcarTestingFragment100 mWatchdog = new Watchdog(getContext(), mWatchdogTextView); in onResume()101 mWatchdog.start(); in onResume()105 mJobSchedulerWrapper.setWatchdog(mWatchdog); in onResume()113 mWatchdog.stop(); in onPause()114 mWatchdog = null; in onPause()144 if (mWatchdog != null) { in onEnterGarageModeBtnClick()145 mWatchdog.logEvent("Entering garage mode..."); in onEnterGarageModeBtnClick()152 if (mWatchdog != null) { in onExitGarageModeBtnClick()153 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()