Searched refs:mWatchdog (Results 1 – 3 of 3) sorted by relevance
72 private PresenceCheckWatchdog mWatchdog; field in NativeNfcTag151 if (mWatchdog != null) { in connectWithStatus()152 mWatchdog.pause(); in connectWithStatus()221 if (mWatchdog != null) { in connectWithStatus()222 mWatchdog.doResume(); in connectWithStatus()237 if (mWatchdog == null) { in startPresenceChecking()238 mWatchdog = new PresenceCheckWatchdog(presenceCheckDelay, callback); in startPresenceChecking()239 mWatchdog.start(); in startPresenceChecking()256 watchdog = mWatchdog; in disconnect()267 mWatchdog = null; in disconnect()[all …]
128 final AttachmentWatchdog mWatchdog = new AttachmentWatchdog(); field in AttachmentService879 mWatchdog.setWatchdogAlarm(this, CONNECTION_ERROR_RETRY_MILLIS, in processQueue()1015 mWatchdog.setWatchdogAlarm(this); in startDownload()1093 mWatchdog.setWatchdogAlarm(this, CONNECTION_ERROR_RETRY_MILLIS, in endDownload()
407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarm()432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarmNeedsCancel()