Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DClassInstrumentor.java268 makeMethodPublic(initMethodNode); in instrumentConstructor()
482 protected void makeMethodPublic(MethodNode method) { in makeMethodPublic() method in ClassInstrumentor