Lines Matching refs:sendToTarget
295 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget(); in setInCallAdapter()
300 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget(); in addCall()
305 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget(); in updateCall()
318 mHandler.obtainMessage(MSG_SET_POST_DIAL_WAIT, args).sendToTarget(); in setPostDialWait()
323 mHandler.obtainMessage(MSG_ON_CALL_AUDIO_STATE_CHANGED, callAudioState).sendToTarget(); in onCallAudioStateChanged()
328 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget(); in bringToForeground()
334 .sendToTarget(); in onCanAddCallChanged()
339 mHandler.obtainMessage(MSG_SILENCE_RINGER).sendToTarget(); in silenceRinger()
348 mHandler.obtainMessage(MSG_ON_CONNECTION_EVENT, args).sendToTarget(); in onConnectionEvent()
353 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, id, 0, callId).sendToTarget(); in onRttUpgradeRequest()
358 mHandler.obtainMessage(MSG_ON_RTT_INITIATION_FAILURE, reason, 0, callId).sendToTarget(); in onRttInitiationFailure()
363 mHandler.obtainMessage(MSG_ON_HANDOVER_FAILED, error, 0, callId).sendToTarget(); in onHandoverFailed()
368 mHandler.obtainMessage(MSG_ON_HANDOVER_COMPLETE, callId).sendToTarget(); in onHandoverComplete()