HomeSort by relevance Sort by last modified time
    Searched defs:staticInt (Results 1 - 3 of 3) 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;
  /art/test/529-checker-unresolved/src-dex2oat-unresolved/
UnresolvedClass.java 36 public static int staticInt;
  /libcore/luni/src/test/java/libcore/java/io/
SerializationTest.java 64 // This was created by serializing a FieldMadeStatic with a non-static staticInt
70 assertEquals(9999, deserialized.staticInt);
75 // private int staticInt = 8888;
76 private static int staticInt = 9999;

Completed in 291 milliseconds