Searched refs:mRemoved (Results 1 - 4 of 4) sorted by relevance

/external/doclava/src/com/google/doclava/
H A DPackageInfo.java112 if (mRemoved == null) {
121 mRemoved = false;
127 mRemoved = true;
129 mRemoved = false;
133 return mRemoved;
288 private Boolean mRemoved = null; field in class:PackageInfo
H A DComment.java471 if (mRemoved == null) {
472 mRemoved = !Doclava.checkLevel(Doclava.SHOW_HIDDEN) &&
476 return mRemoved;
544 Boolean mRemoved = null; field in class:Comment
H A DClassInfo.java1554 if (mRemoved == null) {
1555 mRemoved = isRemovedImpl();
1558 return mRemoved;
1900 private Boolean mRemoved = null; field in class:ClassInfo
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 75 milliseconds