HomeSort by relevance Sort by last modified time
    Searched refs:mMethods (Results 1 - 2 of 2) sorted by null

  /external/doclava/src/com/google/doclava/
ClassInfo.java 136 mMethods = null;
405 if (mMethods == null) {
428 mMethods = new ArrayList<MethodInfo>(all.values());
429 Collections.sort(mMethods, MethodInfo.comparator);
431 return mMethods;
    [all...]
Converter.java 324 return (MethodInfo) mMethods.obtain(o);
328 return (MethodInfo) mMethods.obtain(o);
331 private static Cache mMethods = new Cache() {

Completed in 31 milliseconds