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

  /dalvik/tests/064-field-access/src/
Main.java 157 Object plainObj = new Object();
259 this.getValue(subProtLongField, plainObj, 'J',
263 this.getValue(localPrivFloatField, plainObj, 'F',
267 this.getValue(subProtLongField, plainObj, 'Z',
271 localInst.getValue(otherProtShortField, plainObj, 'S',
273 this.getValue(otherProtShortField, plainObj, 'S',
  /art/test/064-field-access/src/
Main.java 508 Object plainObj = new Object();
584 this.getValue(f, plainObj, typeChar, IllegalArgumentException.class);
586 localInst.getValue(f, plainObj, typeChar, IllegalArgumentException.class);

Completed in 151 milliseconds