Searched refs:partialWakeLock (Results 1 – 1 of 1) sorted by relevance
93 WakeLock partialWakeLock = wakeLockPair.second; in switchToPartialWakeLock() local95 if (!partialWakeLock.isHeld()) { in switchToPartialWakeLock()98 partialWakeLock.acquire(); in switchToPartialWakeLock()116 WakeLock partialWakeLock = wakeLockPair.second; in switchToFullWakeLock() local122 if (partialWakeLock.isHeld()) { in switchToFullWakeLock()123 partialWakeLock.release(); in switchToFullWakeLock()138 WakeLock partialWakeLock = wakeLockPair.second; in releaseAllWakeLocks() local142 if (partialWakeLock.isHeld()) { in releaseAllWakeLocks()143 partialWakeLock.release(); in releaseAllWakeLocks()153 WakeLock partialWakeLock = PowerManagerHelper.newWakeLock(mContext, in createWakeLockPair() local[all …]