Searched defs:verifyBooleanBundleParam (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1933 verifyBooleanBundleParam(bundle, Engine.KEY_FEATURE_NETWORK_SYNTHESIS);
1934 verifyBooleanBundleParam(bundle, Engine.KEY_FEATURE_EMBEDDED_SYNTHESIS);
1969 private static boolean verifyBooleanBundleParam(Bundle bundle, String key) { method in class:TextToSpeech

Completed in 51 milliseconds