Home
last modified time | relevance | path

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

/external/doclava/src/com/google/doclava/
DMethodInfo.java255 mIsSynchronized, mIsNative, mIsAnnotationElement, kind(), mFlatSignature, in cloneForClass()
289 mIsNative = isNative; in MethodInfo()
310 return mIsNative; in isNative()
717 private boolean mIsNative; field in MethodInfo
797 if (mIsNative != mInfo.mIsNative) { in isConsistent()