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

  /dalvik/tests/064-field-access/src/
Main.java 137 * localInst.getValue() is performed using an instance of Main as the
154 Main localInst = new Main();
181 localInst.getValue(localPubByteField, samePkgInst, 'B', null);
215 localInst.getValue(localPubByteField, null, 'B',
224 localInst.getValue(otherProtShortField, null, 'S',
231 localInst.getValue(otherProtShortField, null, 'Z',
251 localInst.getValue(otherProtShortField, otherPkgInst, 'Z',
271 localInst.getValue(otherProtShortField, plainObj, 'S',
  /art/test/064-field-access/src/
Main.java 206 * localInst.getValue() is performed using an instance of Main as the
505 Main localInst = new Main();
556 localInst.getValue(f, validInst, typeChar, mainClassAccessExceptionClass);
568 localInst.getValue(f, null, typeChar, npeClass);
578 localInst.getValue(f, validInst, otherChar, illArgClass);
586 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class);

Completed in 590 milliseconds