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

  /dalvik/dx/tests/052-dex-static-var-access/
Blort.java 23 public static int staticInt;
30 int x = staticByte + staticChar + staticShort + staticInt +
45 staticInt = i;
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 62 // This was created by serializing a FieldMadeStatic with a non-static staticInt
68 assertEquals(9999, deserialized.staticInt);
73 // private int staticInt = 8888;
74 private static int staticInt = 9999;

Completed in 194 milliseconds