Searched refs:mPowerButtonSuppressionDelayMillis (Results 1 – 1 of 1) sorted by relevance
622 private int mPowerButtonSuppressionDelayMillis = POWER_BUTTON_SUPPRESSION_DELAY_DEFAULT_MILLIS; field in PhoneWindowManager1166 if (mPowerButtonSuppressionDelayMillis > 0 in goToSleepFromPowerButton()1167 && (now < lastWakeUp.wakeTime + mPowerButtonSuppressionDelayMillis)) { in goToSleepFromPowerButton()2023 mPowerButtonSuppressionDelayMillis = Settings.Global.getInt(resolver, in updateSettings()