Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DCtsConfigLoadingTest.java306 checkTokens(config.getName(), cd.getMetaData(ITestSuite.TOKEN_KEY)); in testConfigurationLoad()
369 private void checkTokens(String configName, List<String> tokens) throws ConfigurationException { in checkTokens() method in CtsConfigLoadingTest