Home
last modified time | relevance | path

Searched refs:otherProtectedClassPublicIntStaticField (Results 1 – 2 of 2) sorted by relevance

/art/test/064-field-access/src/other/
DProtectedClass.java65 public static int otherProtectedClassPublicIntStaticField = 37; field in ProtectedClass
/art/test/064-field-access/src/
DMain.java296 check(otherProtectedClassPublicIntStaticField == 37); in doDirectTests()