Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DIInputConnectionWrapper.java71 private static final int DO_CLOSE_CONNECTION = 150; field in IInputConnectionWrapper
215 dispatchMessage(obtainMessage(DO_CLOSE_CONNECTION)); in closeConnection()
520 case DO_CLOSE_CONNECTION: { in executeMessage()