Home
last modified time | relevance | path

Searched refs:filteredMethods (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/utils/src/android/cts/host/utils/
DDeviceJUnit4ClassRunnerWithParameters.java107 List<FrameworkMethod> filteredMethods = new ArrayList<>(); in getChildren() local
111 filteredMethods.add(method); in getChildren()
114 return filteredMethods; in getChildren()
/cts/common/device-side/bedstead/remoteframeworkclasses/src/processor/main/java/com/android/bedstead/remoteframeworkclasses/processor/
DProcessor.java661 Set<Api> filteredMethods = new HashSet<>(); in filterMethods() local
669 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() argument
712 filteredMethods.add(new Api(method, /* isTestApi= */ true)); in filterValidTestApis()