Searched refs:mPanicThresholdMs (Results 1 – 2 of 2) sorted by relevance
86 private final long mPanicThresholdMs; field in ImmersiveModeConfirmation118 mPanicThresholdMs = context.getResources() in ImmersiveModeConfirmation()192 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) { in onPowerKeyDown()
207 private final long mPanicThresholdMs; field in DisplayPolicy422 mPanicThresholdMs = r.getInteger(R.integer.config_immersive_mode_confirmation_panic); in DisplayPolicy()2770 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {