Searched refs:sRunningService (Results 1 – 1 of 1) sorted by relevance
119 static volatile AttachmentService sRunningService = null; field in AttachmentService436 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()