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.java291 private static final String ACTION_SHOW_INPUT_METHOD_PICKER = field in InputMethodManagerService
1133 } else if (ACTION_SHOW_INPUT_METHOD_PICKER.equals(action)) { in onReceive()
1634 Intent intent = new Intent(ACTION_SHOW_INPUT_METHOD_PICKER) in InputMethodManagerService()
1799 broadcastFilterForSystemUser.addAction(ACTION_SHOW_INPUT_METHOD_PICKER); in systemRunning()