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

  /cts/tools/host/src/com/android/cts/
TestSuite.java 171 ArrayList<String> fullNameList = new ArrayList<String>();
173 fullNameList.add(suite.getFullName());
181 fullNameList.add(tc.getFullName());
189 for (String fullName : fullNameList) {
194 if (count == fullNameList.size()) {
TestPackage.java 453 ArrayList<String> fullNameList = new ArrayList<String>();
455 fullNameList.add(suite.getFullName());
463 for (String fullName : fullNameList) {
468 if (count == fullNameList.size()) {
    [all...]

Completed in 22 milliseconds