HomeSort by relevance Sort by last modified time
    Searched refs:GET_HANDLER (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/inputmethod/
InputConnectionInspector.java 44 MissingMethodFlags.GET_HANDLER,
78 int GET_HANDLER = 1 << 5;
133 flags |= MissingMethodFlags.GET_HANDLER;
254 if ((flags & MissingMethodFlags.GET_HANDLER) != 0) {
InputMethodManager.java     [all...]

Completed in 134 milliseconds