Home
last modified time | relevance | path

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

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