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

  /dalvik/tests/064-field-access/src/
Main.java 148 Class otherClass = OtherPackage.class;
168 otherPubCharField = otherClass.getDeclaredField("pubCharField");
169 otherProtShortField = otherClass.getDeclaredField("protShortField");
170 otherProtObjectField = otherClass.getDeclaredField("protObjectField");
171 otherPkgDoubleField = otherClass.getDeclaredField("pkgDoubleField");
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 322 * Merges the fields and methods from "otherClass" into this class.
327 private void mergeFrom(ClassInfo otherClass) {
329 mFieldList.size() + "/" + otherClass.mFieldList.size() +
331 mMethodList.size() + "/" + otherClass.mMethodList.size());*/
333 mFieldList.putAll(otherClass.mFieldList);
334 mMethodList.putAll(otherClass.mMethodList);
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 544 milliseconds