Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 14 of 14) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DMediaPlayerDrmTest.java183 private void stream(Uri uri, Resolution res, ModularDrmTestType testType) throws Exception { in stream()
187 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType) in download()
DMediaPlayer2DrmTest.java151 private void stream(Uri uri, Resolution res, ModularDrmTestType testType) throws Exception { in stream()
155 private void download(Uri remote, Uri local, Resolution res, ModularDrmTestType testType) in download()
DMediaPlayer2DrmTestBase.java192 ModularDrmTestType testType) throws Exception { in playModularDrmVideoDownload()
210 ModularDrmTestType testType) throws Exception { in playModularDrmVideo()
218 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries()
251 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo()
268 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic()
DMediaPlayerDrmTestBase.java177 ModularDrmTestType testType) throws Exception { in playModularDrmVideoDownload()
195 ModularDrmTestType testType) throws Exception { in playModularDrmVideo()
203 int playTime, ModularDrmTestType testType) throws Exception { in playModularDrmVideoWithRetries()
237 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo()
255 final Integer height, int playTime, ModularDrmTestType testType) throws Exception { in playLoadedModularDrmVideo_Generic()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DAuthenticationBoundKeyTestActivity.java205 private String getKeyName(int testType) { in getKeyName()
212 private void createKey(int testType) { in createKey()
240 private SecretKey loadSecretKey(int testType) { in loadSecretKey()
/cts/tests/tests/widget/src/android/widget/cts/
DPositionTesterContextMenuListener.java32 private int testType; // as returned by getPackedPositionType field in PositionTesterContextMenuListener
/cts/tests/tests/voiceinteraction/common/src/android/voiceinteraction/common/
DUtils.java72 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local
/cts/tests/tests/slice/src/android/slice/cts/
DSliceBindingTest.java66 public void testType() { in testType() method in SliceBindingTest
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DApiClass.java214 private static boolean compareType(String apiType, String testType) { in compareType()
/cts/tests/tests/assist/common/src/android/assist/common/
DUtils.java234 String testType = bundle.getString(TESTCASE_TYPE); in toBundleString() local
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/
DMainInteractionSession.java258 Utils.TestCaseType testType; field in MainInteractionSession.AsyncTaskArg
/cts/tests/tests/database/src/android/database/cts/
DDatabaseCursorTest.java74 public void setupTestType(int testType) { in setupTestType()
/cts/tools/utils/
DCollectAllTests.java111 final TestType testType = TestType.getTestType(androidMakeFile); in main() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorTest.java556 String testType, in verifyLongActivation()