Searched refs:MESSAGE_SPEAK (Results 1 – 1 of 1) sorted by relevance
87 private static final int MESSAGE_SPEAK = 1; field in ClockBackService228 case MESSAGE_SPEAK:302 mHandler.obtainMessage(MESSAGE_SPEAK, utterance).sendToTarget();493 mHandler.obtainMessage(MESSAGE_SPEAK, formatUtterance(event)).sendToTarget(); in onAccessibilityEvent()