Searched refs:createParams (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/speech/src/android/speech/tts/cts/ |
D | TextToSpeechServiceTest.java | 58 … int result = getTts().synthesizeToFile(UTTERANCE, createParams("tofile"), sampleFile.getPath()); in testSynthesizeToFile() 72 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("speak")); in testSpeak() 116 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechServiceTest
|
D | TextToSpeechTest.java | 104 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechTest 122 int result = getTts().synthesizeToFile(SAMPLE_TEXT, createParams("tofile"), in testSynthesizeToFile() 140 int result = getTts().speak(SAMPLE_TEXT, TextToSpeech.QUEUE_FLUSH, createParams("speak")); in testSpeak()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | ListScenario.java | 309 final Params params = createParams(); in onCreate() 438 protected Params createParams() { in createParams() method in ListScenario
|
D | ExpandableListScenario.java | 51 protected Params createParams() { in createParams() method in ExpandableListScenario
|