Home
last modified time | relevance | path

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

/aosp12/art/test/064-field-access/src/other/
H A DProtectedClass.java34 protected short otherProtectedClassProtectedShortInstanceField = 12; field in ProtectedClass
/aosp12/art/test/064-field-access/src/
H A DMain.java265 check(otherProtectedClassProtectedShortInstanceField == 12); in doDirectTests()