Home
last modified time | relevance | path

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

/aosp12/art/test/064-field-access/src/other/
H A DProtectedClass.java21 public boolean otherProtectedClassPublicBooleanInstanceField = true; field in ProtectedClass
/aosp12/art/test/064-field-access/src/
H A DMain.java252 check(otherProtectedClassPublicBooleanInstanceField == true); in doDirectTests()