Home
last modified time | relevance | path

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

/aosp12/art/test/064-field-access/src/other/
H A DProtectedClass.java74 protected static short otherProtectedClassProtectedShortStaticField = 44; field in ProtectedClass
/aosp12/art/test/064-field-access/src/
H A DMain.java305 check(otherProtectedClassProtectedShortStaticField == 44); in doDirectTests()