Home
last modified time | relevance | path

Searched refs:partialWakeLock (Results 1 – 1 of 1) sorted by relevance

/packages/services/Car/service/src/com/android/car/systeminterface/
DWakeLockInterface.java93 WakeLock partialWakeLock = wakeLockPair.second; in switchToPartialWakeLock() local
95 if (!partialWakeLock.isHeld()) { in switchToPartialWakeLock()
98 partialWakeLock.acquire(); in switchToPartialWakeLock()
116 WakeLock partialWakeLock = wakeLockPair.second; in switchToFullWakeLock() local
122 if (partialWakeLock.isHeld()) { in switchToFullWakeLock()
123 partialWakeLock.release(); in switchToFullWakeLock()
138 WakeLock partialWakeLock = wakeLockPair.second; in releaseAllWakeLocks() local
142 if (partialWakeLock.isHeld()) { in releaseAllWakeLocks()
143 partialWakeLock.release(); in releaseAllWakeLocks()
153 WakeLock partialWakeLock = PowerManagerHelper.newWakeLock(mContext, in createWakeLockPair() local
[all …]