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

  /dalvik/tests/064-field-access/src/
Main.java 156 OtherPackage otherPkgInst = new OtherPackage();
198 * "otherPkgInst.protShortField" because we can only access
205 this.getValue(otherProtShortField, otherPkgInst, 'S',
207 this.getValue(otherPkgDoubleField, otherPkgInst, 'D',
251 localInst.getValue(otherProtShortField, otherPkgInst, 'Z',
253 this.getValue(otherProtShortField, otherPkgInst, 'Z',
  /art/test/064-field-access/src/
Main.java 507 PublicClass otherPkgInst = new PublicClass();

Completed in 448 milliseconds