Home
last modified time | relevance | path

Searched refs:getKeyInterceptDelayMs (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DKeyCombinationManager.java97 long getKeyInterceptDelayMs() { in getKeyInterceptDelayMs() method in KeyCombinationManager.TwoKeysCombinationRule
237 delayMs = Math.max(delayMs, rule.getKeyInterceptDelayMs()); in getKeyInterceptTimeout()
DPhoneWindowManager.java2562 long getKeyInterceptDelayMs() {
2585 long getKeyInterceptDelayMs() {
/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DKeyCombinationManagerTests.java102 long getKeyInterceptDelayMs() { in initKeyCombinationRules()