Searched refs:mMethods (Results 1 – 3 of 3) sorted by relevance
36 private final List<InjectedMethod> mMethods = new ArrayList<InjectedMethod>(); field in InjectedClass49 mMethods.add(method); in addMethod()206 final int methodCount = initialCount + mMethods.size(); in getDeclaredMethods()208 for (int i = 0; i < mMethods.size(); i++) { in getDeclaredMethods()209 methods[i + initialCount] = mMethods.get(i); in getDeclaredMethods()
35 private final ConcurrentHashMap<String, Method> mMethods = field in MethodNameInvoker71 Method targetMethod = mMethods.get(methodName); in invoke()78 mMethods.put(methodName, targetMethod); in invoke()
META-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...