Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DInputMethodManager.java709 private static final int MSG_UNBIND_ACCESSIBILITY_SERVICE = 12; field in InputMethodManager
1241 case MSG_UNBIND_ACCESSIBILITY_SERVICE: { in handleMessage()
1447 mH.obtainMessage(MSG_UNBIND_ACCESSIBILITY_SERVICE, sequence, id).sendToTarget();