Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DClassInfo.java145 mMethods = null; in init()
419 if (mMethods == null) { in methods()
442 mMethods = new ArrayList<MethodInfo>(all.values()); in methods()
443 Collections.sort(mMethods, MethodInfo.comparator); in methods()
445 return mMethods; in methods()
1735 private ArrayList<MethodInfo> mMethods; field in ClassInfo
DConverter.java389 return (MethodInfo) mMethods.obtain(o); in obtainMethod()
392 private static Cache mMethods = new Cache() { field in Converter