Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/inputmethod/
DInputMethodManagerService.java270 private static final int MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE = 7000; field in InputMethodManagerService
2445 mHandler.removeMessages(MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE); in scheduleNotifyImeUidToAudioService()
2446 mHandler.obtainMessage(MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE, uid, 0 /* unused */) in scheduleNotifyImeUidToAudioService()
5019 case MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE: { in handleMessage()