Searched refs:mStartingService (Results 1 – 2 of 2) sorted by relevance
32 static PowerManager.WakeLock mStartingService; field in SmsReceiver73 if (mStartingService == null) { in beginStartingService()76 mStartingService = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in beginStartingService()78 mStartingService.setReferenceCounted(false); in beginStartingService()80 mStartingService.acquire(); in beginStartingService()91 if (mStartingService != null) { in finishStartingService()93 mStartingService.release(); in finishStartingService()
83 static PowerManager.WakeLock mStartingService; field in AlertReceiver182 if (mStartingService == null) { in beginStartingService()185 mStartingService = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in beginStartingService()187 mStartingService.setReferenceCounted(false); in beginStartingService()189 mStartingService.acquire(); in beginStartingService()200 if (mStartingService != null) { in finishStartingService()202 mStartingService.release(); in finishStartingService()