Searched refs:WAKE_LOCK_STATE_CHANGED (Results 1 – 3 of 3) sorted by relevance
39 public static final int WAKE_LOCK_STATE_CHANGED = 4; field in WakelockController55 WAKE_LOCK_STATE_CHANGED,155 case WAKE_LOCK_STATE_CHANGED: in acquireWakelockInternal()172 case WAKE_LOCK_STATE_CHANGED: in releaseWakelockInternal()
2417 WakelockController.WAKE_LOCK_STATE_CHANGED); in sendOnStateChangedWithWakelock()
72 verifyWakelockAcquisitionAndReaquisition(WakelockController.WAKE_LOCK_STATE_CHANGED, in acquireStateChangedSuspendBlockerAcquiresIfNotAcquired()80 verifyWakelockReleaseAndRerelease(WakelockController.WAKE_LOCK_STATE_CHANGED, in acquireStateChangedSuspendBlockerAcquiresIfNotAcquired()223 assertTrue(mWakelockController.acquireWakelock(WakelockController.WAKE_LOCK_STATE_CHANGED)); in onStateChangeRunnableWorksAsExpected()