Searched refs:mPartialWakeLock (Results 1 – 1 of 1) sorted by relevance
84 private WakeLock mPartialWakeLock; field in SignificantMotionTestActivity152 mPartialWakeLock.acquire(); in testTriggerDeactivation()162 mPartialWakeLock.release(); in testTriggerDeactivation()265 mPartialWakeLock.acquire();278 mPartialWakeLock.release();298 …mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "SignificantMotionTestActivity");309 if (mPartialWakeLock != null && mPartialWakeLock.isHeld()) {310 mPartialWakeLock.release();