Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java55 private static final int DO_COMMIT_COMPLETION = 55; field in IInputConnectionWrapper
148 dispatchMessage(obtainMessageO(DO_COMMIT_COMPLETION, text)); in commitCompletion()
375 case DO_COMMIT_COMPLETION: { in executeMessage()