Searched refs:offReason (Results 1 – 3 of 3) sorted by relevance
90 public int offReason; field in KeyguardServiceDelegate.KeyguardState379 mKeyguardState.offReason = in onStartedGoingToSleep()487 WindowManagerPolicyConstants.offReasonToString(mKeyguardState.offReason)); in dump()
626 final int offReason = WindowManagerPolicyConstants.translateSleepReasonToOffReason( in handleLateGlobalInteractiveChange() local631 log.setSubtype(offReason); in handleLateGlobalInteractiveChange()637 0, offReason, 0, 0, interactiveChangeLatency); in handleLateGlobalInteractiveChange()
1694 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) {1695 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + offReason + ")");1716 (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_TIMEOUT1718 || (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER1731 mUpdateMonitor.dispatchStartedGoingToSleep(offReason);1748 @WindowManagerPolicyConstants.OffReason int offReason, boolean cameraGestureTriggered) {1749 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + offReason + ")");1790 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason);