Searched refs:mAllInterfacesWithTypes (Results 1 – 1 of 1) sorted by relevance
189 mAllInterfacesWithTypes = null; in init()425 if (mAllInterfacesWithTypes == null) { in allInterfacesWithTypes()426 mAllInterfacesWithTypes = new ArrayList<ClassTypePair>(); in allInterfacesWithTypes()442 mAllInterfacesWithTypes.add(ctp); in allInterfacesWithTypes()448 return mAllInterfacesWithTypes; in allInterfacesWithTypes()1986 private ArrayList<ClassTypePair> mAllInterfacesWithTypes; field in ClassInfo