Home
last modified time | relevance | path

Searched refs:mWatchdog (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Nfc/nci/src/com/android/nfc/dhimpl/
DNativeNfcTag.java72 private PresenceCheckWatchdog mWatchdog; field in NativeNfcTag
151 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 …]
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java128 final AttachmentWatchdog mWatchdog = new AttachmentWatchdog(); field in AttachmentService
879 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()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarm()
432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarmNeedsCancel()