Home
last modified time | relevance | path

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

/aosp_15_r20/art/test/064-field-access/src/other/
H A DProtectedClass.java36 protected long otherProtectedClassProtectedLongInstanceField = 14; field in ProtectedClass
/aosp_15_r20/art/test/064-field-access/src/
H A DMain.java287 check(otherProtectedClassProtectedLongInstanceField == 14); in doDirectTests()