Searched refs:mInterfacesWithTypes (Results 1 – 1 of 1) sorted by relevance
182 mInterfacesWithTypes = null; in init()356 if (mInterfacesWithTypes == null) { in interfacesWithTypes()357 mInterfacesWithTypes = new ArrayList<ClassTypePair>(); in interfacesWithTypes()368 mInterfacesWithTypes.addAll( in interfacesWithTypes()372 mInterfacesWithTypes.addAll( in interfacesWithTypes()375 return mInterfacesWithTypes; in interfacesWithTypes()1899 private ArrayList<ClassTypePair> mInterfacesWithTypes; field in ClassInfo