Home
last modified time | relevance | path

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

/aosp12/art/test/121-modifiers/src-java/
H A DNonInf.java43 protected int protectedMethod() { in protectedMethod() method in NonInf
/aosp12/build/make/tools/droiddoc/test/stubs/src/com/android/stubs/
H A DParent.java50 protected void protectedMethod() { in protectedMethod() method in Parent
/aosp12/build/make/tools/droiddoc/test/stubs/expected/com/android/stubs/
H A DParent.java12 protected void protectedMethod() { throw new RuntimeException("Stub!"); } in protectedMethod() method in Parent
/aosp12/art/test/121-modifiers/smali/
H A DNonInf.smali125 .method protected protectedMethod()I