Searched refs:forAllInterfaces (Results 1 – 3 of 3) sorted by relevance
39 DexType.forAllInterfaces(appInfo.dexItemFactory, in computeRenaming()43 DexType.forAllInterfaces(appInfo.dexItemFactory, this::renameFieldsInSubtypes); in computeRenaming()
113 DexType.forAllInterfaces(appInfo.dexItemFactory, iface -> { in computeRenaming()194 DexType.forAllInterfaces(appInfo.dexItemFactory, iface -> { in assignNamesToInterfaceMethods()
198 public static void forAllInterfaces(DexItemFactory factory, Consumer<DexType> f) { in forAllInterfaces() method in DexType