Home
last modified time | relevance | path

Searched refs:TestConfig (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DConfigTest.java229 checkValue(res, bagRes, R.styleable.TestConfig, in checkPair()
243 R.styleable.TestConfig, new String[]{"bag default"}); in testAllEmptyConfigs()
250 R.styleable.TestConfig, new String[]{"bag xx"}); in testAllEmptyConfigs()
258 R.styleable.TestConfig, new String[]{"bag xx-rYY"}); in testAllEmptyConfigs()
265 R.styleable.TestConfig, new String[]{"bag mcc111"}); in testAllEmptyConfigs()
272 R.styleable.TestConfig, new String[]{"bag mnc222"}); in testAllEmptyConfigs()
279 R.styleable.TestConfig, new String[]{"bag notouch"}); in testAllEmptyConfigs()
286 R.styleable.TestConfig, new String[]{"bag stylus"}); in testAllEmptyConfigs()
293 R.styleable.TestConfig, new String[]{"bag nokeys"}); in testAllEmptyConfigs()
300 R.styleable.TestConfig, new String[]{"bag 12key"}); in testAllEmptyConfigs()
[all …]
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/
DVideoEncoderDecoderTest.java107 private class TestConfig { class in VideoEncoderDecoderTest
116 private TestConfig mTestConfig;
126 mTestConfig = new TestConfig(); in setUp()