Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java671 private static final int MSG_UNBIND_ACCESSIBILITY_SERVICE = 12; field in InputMethodManager
1120 case MSG_UNBIND_ACCESSIBILITY_SERVICE: { in handleMessage()
1335 mH.obtainMessage(MSG_UNBIND_ACCESSIBILITY_SERVICE, sequence, id).sendToTarget();