Searched defs:PANIC_PRESS_BACK_COUNT (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java299 static final int PANIC_PRESS_BACK_COUNT = 4; field in class:PhoneWindowManager
1177 && mBackKeyPressCounter < PANIC_PRESS_BACK_COUNT) {
1201 if (mBackKeyPressCounter <= PANIC_PRESS_BACK_COUNT) {
1390 if (count >= PANIC_PRESS_BACK_COUNT) {

Completed in 41 milliseconds