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

  /cts/tools/host/src/com/android/cts/
TestPlan.java 37 public static final String EXCLUDE_SEPARATOR = ";";
TestSessionBuilder.java 280 String[] list = str.split(TestPlan.EXCLUDE_SEPARATOR);
578 excludedList += str + TestPlan.EXCLUDE_SEPARATOR;
  /cts/tools/host/test/com/android/cts/
TestSessionBuilderTests.java     [all...]

Completed in 45 milliseconds