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.java231 static final int MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE = 7000; field in InputMethodManagerService
2583 mCaller.removeMessages(MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE); in scheduleNotifyImeUidToAudioService()
2584 mCaller.obtainMessageI(MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE, uid).sendToTarget(); in scheduleNotifyImeUidToAudioService()
4433 case MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE: { in handleMessage()