Home
last modified time | relevance | path

Searched refs:overrideProtectedWithPublic (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/test/077-method-override/src2/
H A DBase.java47 overrideProtectedWithPublic(); in callOverrideProtectedWithPublic()
49 protected void overrideProtectedWithPublic() { in overrideProtectedWithPublic() method in Base
/aosp12/art/test/077-method-override/src/
H A DBase.java47 overrideProtectedWithPublic(); in callOverrideProtectedWithPublic()
49 protected void overrideProtectedWithPublic() { in overrideProtectedWithPublic() method in Base
H A DDerived.java38 public void overrideProtectedWithPublic() { in overrideProtectedWithPublic() method in Derived
/aosp12/art/test/077-method-override/
H A Dexpected-stdout.txt5 overrideProtectedWithPublic: Derived