Searched refs:offReason (Results 1 – 3 of 3) sorted by relevance
90 public int offReason; field in KeyguardServiceDelegate.KeyguardState379 mKeyguardState.offReason = in onStartedGoingToSleep()478 WindowManagerPolicyConstants.offReasonToString(mKeyguardState.offReason)); in dump()
597 final int offReason = WindowManagerPolicyConstants.translateSleepReasonToOffReason( in handleLateGlobalInteractiveChange() local602 log.setSubtype(offReason); in handleLateGlobalInteractiveChange()608 0, offReason, 0, 0, interactiveChangeLatency); in handleLateGlobalInteractiveChange()
1609 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) {1610 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + offReason + ")");1631 (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_TIMEOUT1633 || (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER1646 mUpdateMonitor.dispatchStartedGoingToSleep(offReason);1663 @WindowManagerPolicyConstants.OffReason int offReason, boolean cameraGestureTriggered) {1664 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + offReason + ")");1705 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason);