HomeSort by relevance Sort by last modified time
    Searched full:earcon (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
wizard_accessibility_handler_unittest.cc 23 EarconType earcon = chromeos::NO_EARCON; local
28 &earcon);
36 EarconType earcon; local
51 &earcon);
52 EXPECT_EQ(chromeos::EARCON_BUTTON, earcon);
62 &earcon);
63 EXPECT_EQ(chromeos::EARCON_CHECK_OFF, earcon);
70 &earcon);
71 EXPECT_EQ(chromeos::EARCON_CHECK_ON, earcon);
83 &earcon);
92 EarconType earcon; local
    [all...]
wizard_accessibility_handler.h 51 // Get text to speak and an earcon identifier (which may be NONE) for any
58 // Get text to speak and an optional earcon identifier, specifically for
wizard_accessibility_handler.cc 109 EarconType earcon = NO_EARCON; local
110 DescribeAccessibilityEvent(type, control_info, &description, &earcon);
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackService.java 98 /** Play an earcon. */
101 /** Stop playing an earcon. */
193 /** Mapping from integers to earcon names - dynamically populated. */
441 // Use only an earcon to announce ringer state change.
451 // Use only an earcon to announce ringer state change.
459 // Use only an earcon to announce ringer state change.
557 * Plays an earcon given its id.
559 * @param earconId The id of the earcon to be played.
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 808 * @param earcon The name of the earcon
    [all...]

Completed in 213 milliseconds