Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInstrumentationConfiguration.java209 public String remapParams(String desc) { in remapParams() method in InstrumentationConfiguration
210 return typeMapper.remapParams(desc); in remapParams()
DTypeMapper.java52 String remapParams(String desc) { in remapParams() method in TypeMapper
DClassInstrumentor.java57 super.visitMethod(access, name, config.remapParams(desc), signature, exceptions); in analyzeClass()
416 targetMethod.desc = mutableClass.config.remapParams(targetMethod.desc); in rewriteMethodBody()