Home
last modified time | relevance | path

Searched refs:MESSAGE_SPEAK (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DClockBackService.java87 private static final int MESSAGE_SPEAK = 1; field in ClockBackService
228 case MESSAGE_SPEAK:
302 mHandler.obtainMessage(MESSAGE_SPEAK, utterance).sendToTarget();
493 mHandler.obtainMessage(MESSAGE_SPEAK, formatUtterance(event)).sendToTarget(); in onAccessibilityEvent()