Searched refs:MSG_INPUT_METHOD_SUBTYPE_CHANGED (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java131 private static final int MSG_INPUT_METHOD_SUBTYPE_CHANGED = 7; field in class:InputManagerService
2082 case MSG_INPUT_METHOD_SUBTYPE_CHANGED: {
2274 mHandler.obtainMessage(MSG_INPUT_METHOD_SUBTYPE_CHANGED, userId, 0, someArgs)

Completed in 33 milliseconds