Home
last modified time | relevance | path

Searched refs:mLastCallbackTime (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java181 long mLastCallbackTime; field in AttachmentService.DownloadRequest
223 mLastCallbackTime = orig.mLastCallbackTime; in DownloadRequest()
452 final long timeSinceCallback = now - dr.mLastCallbackTime; in validateDownloadRequest()
538 req.mLastCallbackTime, now); in loadAttachmentStatus()
543 req.mLastCallbackTime = now; in loadAttachmentStatus()
1312 LogUtils.d(LOG_TAG, "Last Callback Time: %d", req.mLastCallbackTime); in dumpInProgressDownloads()
1363 req.mLastCallbackTime); in dump()
1365 if (req.mLastCallbackTime > 0) { in dump()
1366 pw.println(" CB: " + ((time - req.mLastCallbackTime) / 1000L) + "s"); in dump()
/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java415 dr.mLastCallbackTime = now; in testAttachmentWatchdogAlarm()
440 dr.mLastCallbackTime = now - 60000; // Set this request to be 60 seconds old. in testAttachmentWatchdogAlarmNeedsCancel()