Home | History | Annotate | Download | only in phone

Lines Matching refs:mPartialWakeLock

194     private PowerManager.WakeLock mPartialWakeLock;
447 mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK
910 mPartialWakeLock.acquire();
919 if (mPartialWakeLock.isHeld()) {
920 mPartialWakeLock.release();
929 if (mPartialWakeLock.isHeld()) {
930 mPartialWakeLock.release();