Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DImmersiveModeConfirmation.java73 private final long mPanicThresholdMs; field in ImmersiveModeConfirmation
91 mPanicThresholdMs = context.getResources() in ImmersiveModeConfirmation()
155 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) { in onPowerKeyDown()