Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DInjectedClass.java36 private final List<InjectedMethod> mMethods = new ArrayList<InjectedMethod>(); field in InjectedClass
49 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()
/frameworks/base/core/java/android/hardware/camera2/dispatch/
DMethodNameInvoker.java35 private final ConcurrentHashMap<String, Method> mMethods = field in MethodNameInvoker
71 Method targetMethod = mMethods.get(methodName); in invoke()
78 mMethods.put(methodName, targetMethod); in invoke()
/frameworks/opt/setupwizard/tools/docs/
Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ ...