Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java253 private static final String ACTION_SHOW_INPUT_METHOD_PICKER = field in InputMethodManagerService
1016 } else if (ACTION_SHOW_INPUT_METHOD_PICKER.equals(action)) { in onReceive()
1485 Intent intent = new Intent(ACTION_SHOW_INPUT_METHOD_PICKER) in InputMethodManagerService()
1635 broadcastFilterForSystemUser.addAction(ACTION_SHOW_INPUT_METHOD_PICKER); in systemRunning()