HomeSort by relevance Sort by last modified time
    Searched refs:getExcludedList (Results 1 - 6 of 6) sorted by null

  /cts/tools/host/test/com/android/cts/
TestPlanBuilderTests.java 262 excludedList = pkg.getExcludedList(CtsTestResult.STR_NOT_EXECUTED);
267 excludedList = pkg.getExcludedList(CtsTestResult.STR_TIMEOUT);
271 excludedList = pkg.getExcludedList(null);
277 excludedList = pkg.getExcludedList(CtsTestResult.STR_NOT_EXECUTED);
285 excludedList = pkg.getExcludedList(CtsTestResult.STR_NOT_EXECUTED);
294 excludedList = pkg.getExcludedList(CtsTestResult.STR_NOT_EXECUTED);
  /cts/tools/host/src/com/android/cts/
TestSuite.java 169 public ArrayList<String> getExcludedList(final String resultType) {
174 ArrayList<String> list = suite.getExcludedList(resultType);
182 ArrayList<String> list = tc.getExcludedList(resultType);
TestCase.java 107 public ArrayList<String> getExcludedList(final String resultType) {
TestSessionBuilder.java 255 getExcludedList(excludedList, fullSuiteName);
300 private ArrayList<String> getExcludedList(ArrayList<String> excludedList, String expectation) {
362 ArrayList<String> excludedList = getExcludedList(excludedCaseList,
TestPackage.java 451 public ArrayList<String> getExcludedList(final String resultType) {
456 ArrayList<String> list = suite.getExcludedList(resultType);
    [all...]
ConsoleUi.java     [all...]

Completed in 1093 milliseconds