Searched refs:releaseWakelock (Results 1 – 7 of 7) sorted by relevance
69 releaseWakelock(); in sendLockoutReset()74 releaseWakelock(); in sendLockoutReset()79 private void releaseWakelock() { in releaseWakelock() method in LockoutResetDispatcher.ClientCallback117 callback.releaseWakelock(); in binderDied()
156 when(mWakelockController.releaseWakelock( in cleanupDisablesTheProximitySensor()320 when(mWakelockController.releaseWakelock( in evaluateProximityStateWhenDisplayIsTurningOff()346 when(mWakelockController.releaseWakelock( in evaluateProximityStateNotWaitingForNegativeProximityAndNotUsingProxSensor()366 when(mWakelockController.releaseWakelock( in emitAndValidatePositiveProximityEvent()
286 assertTrue(mWakelockController.releaseWakelock(wakelockId)); in verifyWakelockRelease()293 assertFalse(mWakelockController.releaseWakelock(wakelockId)); in verifyWakelockRerelease()
391 mWakelockController.releaseWakelock( in setProximitySensorEnabled()446 mWakelockController.releaseWakelock( in debounceProximitySensor()
134 public boolean releaseWakelock(@WAKE_LOCK_TYPE int wakelock) { in releaseWakelock() method in WakelockController
1840 mWakelockController.releaseWakelock(WakelockController.WAKE_LOCK_UNFINISHED_BUSINESS); in updatePowerStateInternal()
10884 PLcom/android/server/display/WakelockController;->releaseWakelock(I)Z