Searched defs:MethodSetEntry (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/main/java/com/google/dexmaker/stock/
H A DProxyBuilder.java597 Set<MethodSetEntry> methodsToProxy = new HashSet<MethodSetEntry>();
598 Set<MethodSetEntry> seenFinalMethods = new HashSet<MethodSetEntry>();
608 for (MethodSetEntry entry : methodsToProxy) {
614 private void getMethodsToProxy(Set<MethodSetEntry> sink, Set<MethodSetEntry> seenFinalMethods,
621 seenFinalMethods.add(new MethodSetEntry(method));
632 MethodSetEntry entry = new MethodSetEntry(metho
742 private static class MethodSetEntry { class in class:ProxyBuilder
748 public MethodSetEntry(Method method) { method in class:ProxyBuilder.MethodSetEntry
[all...]

Completed in 74 milliseconds