Searched refs:filteredMethods (Results 1 – 2 of 2) sorted by relevance
107 List<FrameworkMethod> filteredMethods = new ArrayList<>(); in getChildren() local111 filteredMethods.add(method); in getChildren()114 return filteredMethods; in getChildren()
661 Set<Api> filteredMethods = new HashSet<>(); in filterMethods() local669 filteredMethods.add(new Api(method, /* isTestApi= */ false)); in filterMethods()676 filterValidTestApis(filteredMethods, frameworkClass, validApis, elements); in filterMethods()678 return filteredMethods; in filterMethods()681 private void filterValidTestApis(Set<Api> filteredMethods, in filterValidTestApis() argument712 filteredMethods.add(new Api(method, /* isTestApi= */ true)); in filterValidTestApis()