Home
last modified time | relevance | path

Searched refs:mPanicThresholdMs (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java83 private final long mPanicThresholdMs; field in ImmersiveModeConfirmation
115 mPanicThresholdMs = context.getResources() in ImmersiveModeConfirmation()
189 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) { in onPowerKeyDown()
H A DDisplayPolicy.java201 private final long mPanicThresholdMs; field in DisplayPolicy
414 mPanicThresholdMs = r.getInteger(R.integer.config_immersive_mode_confirmation_panic); in DisplayPolicy()
2652 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {