Searched refs:offReason (Results 1 – 3 of 3) sorted by relevance
76 public int offReason; field in KeyguardServiceDelegate.KeyguardState361 mKeyguardState.offReason = in onStartedGoingToSleep()451 WindowManagerPolicyConstants.offReasonToString(mKeyguardState.offReason)); in dump()
994 public void onStartedGoingToSleep(@WindowManagerPolicyConstants.OffReason int offReason) { in onStartedGoingToSleep() argument995 if (DEBUG) Log.d(TAG, "onStartedGoingToSleep(" + offReason + ")"); in onStartedGoingToSleep()1024 (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_TIMEOUT in onStartedGoingToSleep()1026 || (offReason == WindowManagerPolicyConstants.OFF_BECAUSE_OF_USER in onStartedGoingToSleep()1039 mUpdateMonitor.dispatchStartedGoingToSleep(offReason); in onStartedGoingToSleep()1056 @WindowManagerPolicyConstants.OffReason int offReason, boolean cameraGestureTriggered) { in onFinishedGoingToSleep()1057 if (DEBUG) Log.d(TAG, "onFinishedGoingToSleep(" + offReason + ")"); in onFinishedGoingToSleep()1094 mUpdateMonitor.dispatchFinishedGoingToSleep(offReason); in onFinishedGoingToSleep()
511 final int offReason = WindowManagerPolicyConstants.translateSleepReasonToOffReason( in handleLateInteractiveChange() local516 log.setSubtype(offReason); in handleLateInteractiveChange()522 0, offReason, 0, 0, interactiveChangeLatency); in handleLateInteractiveChange()