Home
last modified time | relevance | path

Searched refs:createParams (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DQuietModeHostsideTest.java91 createParams(mProfileId)); in testQuietMode_defaultForegroundLauncher()
106 createParams(mProfileId)); in testQuietMode_notForegroundLauncher()
117 createParams(mProfileId)); in testQuietMode_notDefaultLauncher()
145 createParams(mProfileId)); in checkBroadcastManagedProfileAvailable()
156 createParams(mProfileId)); in checkBroadcastManagedProfileAvailable()
212 createParams(mProfileId)); in testQuietMode_noCredentialRequest()
260 private Map<String, String> createParams(int targetUserId) throws Exception { in createParams() method in QuietModeHostsideTest
/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java70 UTTERANCE, createParams("mocktofile"), sampleFile.getPath()); in testSynthesizeToFile()
139 tts.synthesizeToFile(invalid, createParams("mockToFile"), sampleFile.getPath())); in testMaxSpeechInputLength()
141 tts.synthesizeToFile(valid, createParams("mockToFile"), sampleFile.getPath())); in testMaxSpeechInputLength()
148 int result = getTts().speak(UTTERANCE, TextToSpeech.QUEUE_FLUSH, createParams("mockspeak")); in testSpeak()
290 private HashMap<String, String> createParams(String utteranceId) { in createParams() method in TextToSpeechServiceTest
/cts/tests/tests/widget/src/android/widget/cts/util/
DListScenario.java296 final Params params = createParams(); in onCreate()
414 protected Params createParams() { in createParams() method in ListScenario
DExpandableListScenario.java51 protected Params createParams() { in createParams() method in ExpandableListScenario