Searched refs:mPanicThresholdMs (Results 1 – 2 of 2) sorted by relevance
83 private final long mPanicThresholdMs; field in ImmersiveModeConfirmation115 mPanicThresholdMs = context.getResources() in ImmersiveModeConfirmation()189 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) { in onPowerKeyDown()
201 private final long mPanicThresholdMs; field in DisplayPolicy414 mPanicThresholdMs = r.getInteger(R.integer.config_immersive_mode_confirmation_panic); in DisplayPolicy()2652 if (!isScreenOn && (time - mPanicTime < mPanicThresholdMs)) {