Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/064-field-access/src/other/
H A DProtectedClass.java75 protected static int otherProtectedClassProtectedIntStaticField = 45; field in ProtectedClass
/aosp_15_r20/art/test/064-field-access/src/
H A DMain.java326 check(otherProtectedClassProtectedIntStaticField == 45); in doDirectTests()