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