Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java86 private final long mPanicThresholdMs; field in ImmersiveModeConfirmation
118 mPanicThresholdMs = context.getResources() in ImmersiveModeConfirmation()
192 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) { in onPowerKeyDown()
DDisplayPolicy.java207 private final long mPanicThresholdMs; field in DisplayPolicy
422 mPanicThresholdMs = r.getInteger(R.integer.config_immersive_mode_confirmation_panic); in DisplayPolicy()
2770 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {