Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/accessibility/
DClockBackService.java90 private static final int MESSAGE_STOP_SPEAK = 2; field in ClockBackService
232 case MESSAGE_STOP_SPEAK:
507 mHandler.obtainMessage(MESSAGE_STOP_SPEAK).sendToTarget(); in onInterrupt()