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

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java63 private final long mPanicThresholdMs; field in class:ImmersiveModeConfirmation
76 mPanicThresholdMs = context.getResources()
134 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {

Completed in 102 milliseconds