Searched refs:createParams (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | QuietModeHostsideTest.java | 91 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/ |
D | TextToSpeechServiceTest.java | 70 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/ |
D | ListScenario.java | 296 final Params params = createParams(); in onCreate() 414 protected Params createParams() { in createParams() method in ListScenario
|
D | ExpandableListScenario.java | 51 protected Params createParams() { in createParams() method in ExpandableListScenario
|