Home | History | Annotate | Download | only in cts

Lines Matching refs:excluded

192      * @param excludedList The list containing the excluded suites and sub types.
205 * @param excludedList The list containing the excluded suites and sub types.
261 Log.d("suite=" + fullSuiteName + " is fully excluded");
294 * Get excluded list from a list by offered expectation.
296 * @param excludedList The list containing excluded items.
298 * @return The excluded list.
346 * @param excludedCaseList The list containing the excluded cases and sub types.
370 Log.d("suite=" + subSuiteName + " is fully excluded");
388 Log.d("Test=" + test.getFullName() + " is excluded");
396 Log.d("case=" + fullCaseName + " is fully excluded");
574 ArrayList<String> excluded = selectedResult.get(pName);
575 if ((excluded != null) && (excluded.size() != 0)) {
577 for (String str : excluded) {