Searched refs:fullWakeLock (Results 1 – 2 of 2) sorted by relevance
94 WakeLock fullWakeLock = wakeLockPair.first; in switchToPartialWakeLock() local100 if (fullWakeLock.isHeld()) { in switchToPartialWakeLock()101 fullWakeLock.release(); in switchToPartialWakeLock()115 WakeLock fullWakeLock = wakeLockPair.first; in switchToFullWakeLock() local117 if (!fullWakeLock.isHeld()) { in switchToFullWakeLock()120 fullWakeLock.acquire(); in switchToFullWakeLock()137 WakeLock fullWakeLock = wakeLockPair.first; in releaseAllWakeLocks() local139 if (fullWakeLock.isHeld()) { in releaseAllWakeLocks()140 fullWakeLock.release(); in releaseAllWakeLocks()150 WakeLock fullWakeLock = PowerManagerHelper.newWakeLock(mContext, in createWakeLockPair() local[all …]
954 PowerManager.WakeLock fullWakeLock = powerManager.newWakeLock( in addToNotificationBar() local957 fullWakeLock.acquire(1000); in addToNotificationBar()