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

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

Completed in 224 milliseconds