Home
last modified time | relevance | path

Searched refs:mModifierShortcutManager (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/wmtests/src/com/android/server/policy/
DModifierShortcutManagerTests.java77 private ModifierShortcutManager mModifierShortcutManager; field in ModifierShortcutManagerTests
118 mModifierShortcutManager = new ModifierShortcutManager( in setUp()
120 mModifierShortcutManager.onSystemReady(); in setUp()
130 mModifierShortcutManager.getApplicationLaunchKeyboardShortcuts(-1); in test_getApplicationLaunchKeyboardShortcuts()
148 KeyboardShortcutInfo info = mModifierShortcutManager.shortcutInfoFromIntent( in test_shortcutInfoFromIntent_appIntent()
169 KeyboardShortcutInfo info = mModifierShortcutManager.shortcutInfoFromIntent( in test_shortcutInfoFromIntent_resolverIntent()
182 assertEquals(null, mModifierShortcutManager.shortcutInfoFromIntent( in test_shortcutInfoFromIntent_resolverIntent()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java724 ModifierShortcutManager mModifierShortcutManager; field in PhoneWindowManager
2438 mModifierShortcutManager = new ModifierShortcutManager(
3526 return mModifierShortcutManager.getApplicationLaunchKeyboardShortcuts(deviceId,
3529 return mModifierShortcutManager.getApplicationLaunchKeyboardShortcuts(deviceId);
3635 if (mModifierShortcutManager.interceptKey(event)) {
4408 && mModifierShortcutManager.launchApplication(data)) {
4769 mModifierShortcutManager.registerShortcutKey(shortcutCode, shortcutService);
6606 mModifierShortcutManager.onSystemReady();
7107 mModifierShortcutManager.setCurrentUser(UserHandle.of(newUserId));
7265 mModifierShortcutManager.dump(prefix, pw);