Searched refs:MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE (Results 1 – 1 of 1) sorted by relevance
231 static final int MSG_NOTIFY_IME_UID_TO_AUDIO_SERVICE = 7000; field in InputMethodManagerService2583 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()