Searched refs:mGoingIdleWakeLock (Results 1 – 1 of 1) sorted by relevance
462 private PowerManager.WakeLock mGoingIdleWakeLock; // held when we are going idle so hardware field in DeviceIdleController1682 mGoingIdleWakeLock.release(); in handleMessage()2368 mGoingIdleWakeLock = mPowerManager.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, in onBootPhase()2370 mGoingIdleWakeLock.setReferenceCounted(true); in onBootPhase()3408 mGoingIdleWakeLock.acquire(); in stepLightIdleStateLocked()3575 mGoingIdleWakeLock.acquire(); in stepIdleStateLocked()