Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java181 mMethods = null; in init()
625 if (mMethods == null) { in methods()
648 mMethods = new ArrayList<MethodInfo>(all.values()); in methods()
649 Collections.sort(mMethods, MethodInfo.comparator); in methods()
651 return mMethods; in methods()
1992 private ArrayList<MethodInfo> mMethods; field in ClassInfo
DConverter.java447 return (MethodInfo) mMethods.obtain(o); in obtainMethod()
450 private static Cache mMethods = new Cache() { field in Converter