Home
last modified time | relevance | path

Searched refs:mAllInterfacesWithTypes (Results 1 – 1 of 1) sorted by relevance

/external/doclava/src/com/google/doclava/
DClassInfo.java183 mAllInterfacesWithTypes = null; in init()
383 if (mAllInterfacesWithTypes == null) { in allInterfacesWithTypes()
384 mAllInterfacesWithTypes = new ArrayList<ClassTypePair>(); in allInterfacesWithTypes()
400 mAllInterfacesWithTypes.add(ctp); in allInterfacesWithTypes()
406 return mAllInterfacesWithTypes; in allInterfacesWithTypes()
1900 private ArrayList<ClassTypePair> mAllInterfacesWithTypes; field in ClassInfo