OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WHISPER_KEY
(Results
1 - 2
of
2
) sorted by null
/development/samples/TtsEngine/src/com/example/android/ttsengine/
GeneralSettingsFragment.java
23
static final String
WHISPER_KEY
= "robot_speak_whisper";
RobotSpeakTtsService.java
291
boolean whisper = mSharedPrefs.getBoolean(GeneralSettingsFragment.
WHISPER_KEY
, false);
Completed in 1305 milliseconds