Home
last modified time | relevance | path

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

/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/internal/bytecode/
DInterceptor.java10 private MethodRef[] methodRefs; field in Interceptor
12 public Interceptor(MethodRef... methodRefs) { in Interceptor() argument
13 this.methodRefs = methodRefs; in Interceptor()
17 return methodRefs; in getMethodRefs()
DInstrumentationConfiguration.java223 private static Set<MethodRef> convertToSlashes(Set<MethodRef> methodRefs) { in convertToSlashes() argument
225 for (MethodRef methodRef : methodRefs) { in convertToSlashes()