Searched refs:allMethods (Results 1 – 3 of 3) sorted by relevance
166 private void assertValidMethodNames(Collection<String> names, Collection<Method> allMethods) { in assertValidMethodNames() argument167 Set<String> allNames = allMethods.stream() in assertValidMethodNames()
147 public void allMethods() { in allMethods() method in BluetoothGattServerCallbackTest
660 Set<ExecutableElement> allMethods, Apis validApis, Elements elements) { in filterMethods() argument663 for (ExecutableElement method : allMethods) { in filterMethods()