/aosp12/packages/apps/Car/Settings/tests/unit/src/com/android/car/settings/tts/ |
H A D | TtsPlaybackSettingsManagerTest.java | 174 when(mTts.setLanguage(Locale.KOREAN)).thenReturn(TextToSpeech.LANG_AVAILABLE); in updateTtsLocale_nonNullLocale_correctResultCode_updatesLocalePref() 212 when(mTts.isLanguageAvailable(Locale.FRENCH)).thenReturn(TextToSpeech.LANG_AVAILABLE); in speakSampleText_requiresNetworkConnection_languageAvailable_speaksText()
|
H A D | TtsPlaybackPreferenceControllerTest.java | 214 TextToSpeech.LANG_AVAILABLE, /* data= */ null); in getSampleText_processActivityResult_dataIsNull_setsDefaultText() 228 TextToSpeech.LANG_AVAILABLE, data); in getSampleText_processActivityResult_emptyText_setsDefaultText() 242 TextToSpeech.LANG_AVAILABLE, data); in getSampleText_processActivityResult_dataIsNotNull_setsCorrectText()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/tts/ |
H A D | TtsPlaybackSettingsManager.java | 155 >= TextToSpeech.LANG_AVAILABLE) { in speakSampleText()
|
H A D | TtsPlaybackPreferenceController.java | 274 if (resultCode == TextToSpeech.LANG_AVAILABLE && data != null) { in onSampleTextReceived()
|
/aosp12/frameworks/base/core/java/android/speech/tts/ |
H A D | TextToSpeechService.java | 256 expectedStatus = TextToSpeech.LANG_AVAILABLE; in getExpectedLanguageAvailableStatus() 323 case TextToSpeech.LANG_AVAILABLE: in onGetDefaultVoiceNameFor() 1430 if (retVal == TextToSpeech.LANG_AVAILABLE 1484 if (retVal == TextToSpeech.LANG_AVAILABLE
|
H A D | TextToSpeech.java | 182 public static final int LANG_AVAILABLE = 0; field in TextToSpeech 1563 if (result >= LANG_AVAILABLE) { 1788 if (result < LANG_AVAILABLE) {
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
H A D | TextToSpeechFragment.java | 410 if (resultCode == TextToSpeech.LANG_AVAILABLE && data != null) { in onSampleTextReceived() 430 mTts.isLanguageAvailable(mCurrentDefaultLocale) >= TextToSpeech.LANG_AVAILABLE) { in speakSampleText()
|
/aosp12/packages/apps/Settings/src/com/android/settings/tts/ |
H A D | TextToSpeechSettings.java | 613 if (resultCode == TextToSpeech.LANG_AVAILABLE && data != null) { in onSampleTextReceived() 633 (mTts.isLanguageAvailable(mCurrentDefaultLocale) >= TextToSpeech.LANG_AVAILABLE)) { in speakSampleText()
|
/aosp12/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
H A D | CellBroadcastAlertAudio.java | 192 mTtsLanguageSupported = (result >= TextToSpeech.LANG_AVAILABLE); in setTtsLanguage()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/accessibility/ |
H A D | AccessibilityShortcutControllerTest.java | 540 doReturn(TextToSpeech.LANG_NOT_SUPPORTED, TextToSpeech.LANG_AVAILABLE) in testOnAccessibilityShortcut_showsWarningDialog_ttsLongTimeInit_retrySpoken()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39427 field public static final int LANG_AVAILABLE = 0; // 0x0
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 27426 field public static final int LANG_AVAILABLE = 0; // 0x0
|