Lines Matching refs:obtainMessage
161 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget(); in setInCallAdapter()
166 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget(); in addCall()
171 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget(); in updateCall()
184 mHandler.obtainMessage(MSG_SET_POST_DIAL_WAIT, args).sendToTarget(); in setPostDialWait()
189 mHandler.obtainMessage(MSG_ON_CALL_AUDIO_STATE_CHANGED, callAudioState).sendToTarget(); in onCallAudioStateChanged()
194 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget(); in bringToForeground()
199 mHandler.obtainMessage(MSG_ON_CAN_ADD_CALL_CHANGED, canAddCall ? 1 : 0, 0) in onCanAddCallChanged()
205 mHandler.obtainMessage(MSG_SILENCE_RINGER).sendToTarget(); in silenceRinger()
214 mHandler.obtainMessage(MSG_ON_CONNECTION_EVENT, args).sendToTarget(); in onConnectionEvent()
219 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, id, 0, callId).sendToTarget(); in onRttUpgradeRequest()
224 mHandler.obtainMessage(MSG_ON_RTT_INITIATION_FAILURE, reason, 0, callId).sendToTarget(); in onRttInitiationFailure()