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