Home
last modified time | relevance | path

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

/sdk/monkeyrunner/test/com/android/monkeyrunner/
DJythonUtilsTest.java231 static class PythonMethodsClass extends PyObject implements ClassDictInit { class in JythonUtilsTest
233 JythonUtils.convertDocAnnotationsForClass(PythonMethodsClass.class, dict); in classDictInit()
249 Set<String> methods = JythonUtils.getMethodNames(PythonMethodsClass.class); in testGetPythonMethods()