Home | History | Annotate | Download | only in server

Lines Matching refs:held

302      * with its lock held.  This class is essentially a reimplementation of
304 * only call it with our own locks held.
1340 // The wake lock was being held, but we're not actually going to do any
1539 // Release the partial wake lock that we held during the
1649 // don't turn on the screen when the proximity sensor lock is held
2412 * This overrides all wake locks that are held.
2421 * This overrides all wake locks that are held.
2955 boolean held = mProximityPartialLock.isHeld();
2956 if (!held && proximityTaskQueued) {
2959 } else if (held && !proximityTaskQueued) {