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

  /cts/tools/host/src/com/android/cts/
TestCase.java 107 public ArrayList<String> getExcludedList(final String resultType) {
TestSuite.java 169 public ArrayList<String> getExcludedList(final String resultType) {
174 ArrayList<String> list = suite.getExcludedList(resultType);
182 ArrayList<String> list = tc.getExcludedList(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...]

Completed in 844 milliseconds