Home
last modified time | relevance | path

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

/build/tools/droiddoc/src/
DClassInfo.java99 mSelfMethods = null; in init()
526 if (mSelfMethods == null) { in selfMethods()
546 mSelfMethods = methods.values().toArray(new MethodInfo[methods.size()]); in selfMethods()
547 Arrays.sort(mSelfMethods, MethodInfo.comparator); in selfMethods()
549 return mSelfMethods; in selfMethods()
1452 private MethodInfo[] mSelfMethods; field in ClassInfo