Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java119 static volatile AttachmentService sRunningService = null; field in AttachmentService
436 final AttachmentService service = AttachmentService.sRunningService; in onReceive()
598 if (sRunningService == null) { in onStartCommand()
599 sRunningService = this; in onStartCommand()
642 if (sRunningService != null) { in onDestroy()
645 sRunningService = null; in onDestroy()