Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
H A DKeyCombinationManagerTests.java51 private KeyCombinationManager mKeyCombinationManager;
64 mKeyCombinationManager = new KeyCombinationManager(mHandler); in setUp()
71 new KeyCombinationManager.TwoKeysCombinationRule(KEYCODE_VOLUME_DOWN, in initKeyCombinationRules()
85 new KeyCombinationManager.TwoKeysCombinationRule(KEYCODE_VOLUME_DOWN, in initKeyCombinationRules()
109 new KeyCombinationManager.TwoKeysCombinationRule(KEYCODE_VOLUME_UP, KEYCODE_POWER) { in initKeyCombinationRules()
234 final KeyCombinationManager.TwoKeysCombinationRule rule = in testAddRemove()
235 new KeyCombinationManager.TwoKeysCombinationRule(KEYCODE_VOLUME_DOWN, in testAddRemove()
/aosp14/frameworks/base/services/core/java/com/android/server/policy/
H A DKeyCombinationManager.java36 public class KeyCombinationManager { class
131 KeyCombinationManager(Handler handler) { in KeyCombinationManager() method in KeyCombinationManager
H A DPhoneWindowManager.java225 import com.android.server.policy.KeyCombinationManager.TwoKeysCombinationRule;
660 private KeyCombinationManager mKeyCombinationManager;
2296 mKeyCombinationManager = new KeyCombinationManager(mHandler);