Searched refs:mRealInterfaceTypes (Results 1 – 1 of 1) sorted by relevance
154 mRealInterfaceTypes = interfaceTypes; in init()371 if (mRealInterfaces == null || mRealInterfaceTypes == null) { in justMyInterfacesWithTypes()378 TypeInfo type = mRealInterfaceTypes.get(i); in justMyInterfacesWithTypes()516 return mRealInterfaceTypes; in realInterfaceTypes()520 if (mRealInterfaceTypes == null) { in addInterfaceType()521 mRealInterfaceTypes = new ArrayList<TypeInfo>(); in addInterfaceType()524 mRealInterfaceTypes.add(type); in addInterfaceType()1963 private ArrayList<TypeInfo> mRealInterfaceTypes; field in ClassInfo