Searched defs:DO_CLOSE_CONNECTION (Results 1 - 1 of 1) sorted by path

/frameworks/base/core/java/com/android/internal/view/
H A DIInputConnectionWrapper.java64 private static final int DO_CLOSE_CONNECTION = 150; field in class:IInputConnectionWrapper
243 dispatchMessage(obtainMessage(DO_CLOSE_CONNECTION));
533 case DO_CLOSE_CONNECTION: {
536 // hence we assume multiple DO_CLOSE_CONNECTION messages will not be handled at the

Completed in 53 milliseconds