Searched refs:ACTION_DISMISS_KEYBOARD_SHORTCUTS (Results 1 – 4 of 4) sorted by relevance
30 } else if (Intent.ACTION_DISMISS_KEYBOARD_SHORTCUTS.equals(intent.getAction())) { in onReceive()
2521 Intent intent = new Intent(Intent.ACTION_DISMISS_KEYBOARD_SHORTCUTS); in dismissKeyboardShortcutsHelper()
1589 public static final String ACTION_DISMISS_KEYBOARD_SHORTCUTS = field in Intent
15848 || Intent.ACTION_DISMISS_KEYBOARD_SHORTCUTS.equals(action) in checkBroadcastFromSystem()