Home
last modified time | relevance | path

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

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/reflection/
DSdkVersionTest.java37 ModelMethod isSuggestionsEnabled = view.getMethods("isSuggestionsEnabled", 0)[0]; in testApiVersionsFromResources()
48 ModelMethod setElevation = view.getMethods("setElevation", 1)[0]; in testNewApiMethod()
56 ModelMethod setElevation = view.getMethods("testCustomCode", 0)[0]; in testCustomCode()
64 ModelMethod setForeground = view.getMethods("setForeground", 1)[0]; in testSetForeground()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/
DModelClass.java248 public ModelMethod[] getMethods(String name, List<ModelClass> args, boolean staticOnly) { in getMethods() method in ModelClass
267 public ModelMethod[] getMethods(String name, int numParameters) { in getMethods() method in ModelClass
291 ModelMethod[] methods = getMethods(name, args, staticOnly); in getMethod()
397 ModelMethod[] methods = getMethods(methodName, new ArrayList<ModelClass>(), staticOnly); in findGetterOrField()
465 ModelMethod[] methods = getMethods(methodName, new ArrayList<ModelClass>(), false); in findInstanceGetter()
/frameworks/base/core/java/android/hardware/camera2/dispatch/
DMethodNameInvoker.java71 for (Method method : mTargetClass.getMethods()) { in invoke()
/frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
DTestCaseCollector.java88 Method[] methods = clazz.getMethods(); in addTestClass()
/frameworks/base/test-runner/src/android/test/suitebuilder/
DTestGrouping.java81 List<Method> methods = Arrays.asList(testCaseClass.getMethods()); in getTestMethods()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/reflection/annotation/
DAnnotationClass.java75 for (ModelMethod method : getMethods("get", 1)) { in getComponentType()
/frameworks/base/core/java/android/view/
DViewDebug.java1497 methods = klass.getMethods(); in capturedViewGetPropertyMethods()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java815 ModelMethod[] methods = viewType.getMethods(name, 1); in getBestSetter()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt41113 method public java.lang.reflect.Method[] getMethods();
/frameworks/base/api/
Dcurrent.txt50639 method public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException;
Dsystem-current.txt54173 method public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException;
Dtest-current.txt50732 method public java.lang.reflect.Method[] getMethods() throws java.lang.SecurityException;