Searched refs:mModifierShortcutManager (Results 1 – 2 of 2) sorted by relevance
77 private ModifierShortcutManager mModifierShortcutManager; field in ModifierShortcutManagerTests118 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()
724 ModifierShortcutManager mModifierShortcutManager; field in PhoneWindowManager2438 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);