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

  /art/test/046-reflect/src/
Main.java 247 field = target.getField("superInt");
252 System.out.println(" superInt value is " + intVal);
254 System.out.println(" superInt boxed is " + boxedIntVal);
258 System.out.println(" superInt value is now " + intVal);
261 System.out.println(" superInt value (from short) is now " +intVal);
264 System.out.println(" superInt value is now " + intVal);
577 superInt = 1010101;
586 public int superInt;
  /dalvik/tests/046-reflect/src/
Main.java 233 field = target.getField("superInt");
238 System.out.println(" superInt value is " + intVal);
240 System.out.println(" superInt boxed is " + boxedIntVal);
244 System.out.println(" superInt value is now " + intVal);
247 System.out.println(" superInt value (from short) is now " +intVal);
250 System.out.println(" superInt value is now " + intVal);
479 superInt = 1010101;
488 public int superInt;

Completed in 513 milliseconds