Searched refs:mFullWakeLock (Results 1 – 1 of 1) sorted by relevance
50 private final WakeLock mFullWakeLock; field in SystemInterface.SystemInterfaceImpl59 mFullWakeLock = mPowerManager.newWakeLock(PowerManager.FULL_WAKE_LOCK, in SystemInterfaceImpl()125 if (mFullWakeLock.isHeld()) { in switchToPartialWakeLock()126 mFullWakeLock.release(); in switchToPartialWakeLock()132 if (!mFullWakeLock.isHeld()) { in switchToFullWakeLock()133 mFullWakeLock.acquire(); in switchToFullWakeLock()145 if (mFullWakeLock.isHeld()) { in releaseAllWakeLocks()146 mFullWakeLock.release(); in releaseAllWakeLocks()