Home
last modified time | relevance | path

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

/aosp12/art/test/064-field-access/src/other/
H A DProtectedClass.java38 protected double otherProtectedClassProtectedDoubleInstanceField = 16.0; field in ProtectedClass
/aosp12/art/test/064-field-access/src/
H A DMain.java269 check(otherProtectedClassProtectedDoubleInstanceField == 16.0); in doDirectTests()