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

/external/doclava/src/com/google/doclava/
H A DClassInfo.java175 mMethods = null;
576 if (mMethods == null) {
599 mMethods = new ArrayList<MethodInfo>(all.values());
600 Collections.sort(mMethods, MethodInfo.comparator);
602 return mMethods;
1895 private ArrayList<MethodInfo> mMethods; field in class:ClassInfo
H A DConverter.java389 return (MethodInfo) mMethods.obtain(o);
392 private static Cache mMethods = new Cache() { field in class:Converter

Completed in 102 milliseconds