Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DSignificantMotionTestActivity.java84 private WakeLock mPartialWakeLock; field in SignificantMotionTestActivity
152 mPartialWakeLock.acquire(); in testTriggerDeactivation()
162 mPartialWakeLock.release(); in testTriggerDeactivation()
265 mPartialWakeLock.acquire();
278 mPartialWakeLock.release();
298mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "SignificantMotionTestActivity");
309 if (mPartialWakeLock != null && mPartialWakeLock.isHeld()) {
310 mPartialWakeLock.release();