Searched refs:mPartialWakeLock (Results 1 – 2 of 2) sorted by relevance
84 private WakeLock mPartialWakeLock; field in SignificantMotionTestActivity153 mPartialWakeLock.acquire(); in testTriggerDeactivation()163 mPartialWakeLock.release(); in testTriggerDeactivation()267 mPartialWakeLock.acquire();280 mPartialWakeLock.release();300 …mPartialWakeLock = pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "SignificantMotionTestActivity");311 if (mPartialWakeLock != null && mPartialWakeLock.isHeld()) {312 mPartialWakeLock.release();
157 private PowerManager.WakeLock mPartialWakeLock; field in IdleConstraintTestActivity.TestIdleModeTaskIdle161 mPartialWakeLock = wakeLocks[0]; in doInBackground()184 mPartialWakeLock.release(); in onPostExecute()