Searched refs:mPanicThresholdMs (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/policy/
H A DImmersiveModeConfirmation.java62 private final long mPanicThresholdMs; field in class:ImmersiveModeConfirmation
74 mPanicThresholdMs = context.getResources()
131 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {

Completed in 24 milliseconds