Home | History | Annotate | Download | only in accessibility

Lines Matching refs:sendToTarget

302                     mHandler.obtainMessage(MESSAGE_SPEAK, utterance).sendToTarget();
305 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, feedbackIndex, 0).sendToTarget();
308 mHandler.obtainMessage(MESSAGE_VIBRATE, feedbackIndex, 0).sendToTarget();
442 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_SILENT, 0).sendToTarget();
452 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_VIBRATE, 0).sendToTarget();
460 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, INDEX_RINGER_NORMAL, 0).sendToTarget();
493 mHandler.obtainMessage(MESSAGE_SPEAK, formatUtterance(event)).sendToTarget();
495 mHandler.obtainMessage(MESSAGE_PLAY_EARCON, event.getEventType(), 0).sendToTarget();
497 mHandler.obtainMessage(MESSAGE_VIBRATE, event.getEventType(), 0).sendToTarget();
507 mHandler.obtainMessage(MESSAGE_STOP_SPEAK).sendToTarget();
509 mHandler.obtainMessage(MESSAGE_STOP_PLAY_EARCON).sendToTarget();
511 mHandler.obtainMessage(MESSAGE_STOP_VIBRATE).sendToTarget();