Home | History | Annotate | Download | only in telecom

Lines Matching refs:mHandler

107     private final Handler mHandler = new Handler(Looper.getMainLooper()) {
196 mHandler.obtainMessage(MSG_SET_IN_CALL_ADAPTER, inCallAdapter).sendToTarget();
201 mHandler.obtainMessage(MSG_ADD_CALL, call).sendToTarget();
206 mHandler.obtainMessage(MSG_UPDATE_CALL, call).sendToTarget();
219 mHandler.obtainMessage(MSG_SET_POST_DIAL_WAIT, args).sendToTarget();
224 mHandler.obtainMessage(MSG_ON_CALL_AUDIO_STATE_CHANGED, callAudioState).sendToTarget();
229 mHandler.obtainMessage(MSG_BRING_TO_FOREGROUND, showDialpad ? 1 : 0, 0).sendToTarget();
234 mHandler.obtainMessage(MSG_ON_CAN_ADD_CALL_CHANGED, canAddCall ? 1 : 0, 0)
240 mHandler.obtainMessage(MSG_SILENCE_RINGER).sendToTarget();
249 mHandler.obtainMessage(MSG_ON_CONNECTION_EVENT, args).sendToTarget();
254 mHandler.obtainMessage(MSG_ON_RTT_UPGRADE_REQUEST, id, 0, callId).sendToTarget();
259 mHandler.obtainMessage(MSG_ON_RTT_INITIATION_FAILURE, reason, 0, callId).sendToTarget();
264 mHandler.obtainMessage(MSG_ON_HANDOVER_FAILED, error, 0, callId).sendToTarget();
269 mHandler.obtainMessage(MSG_ON_HANDOVER_COMPLETE, callId).sendToTarget();