Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java202 List<Method> methodList = new ArrayList<>(); in getMethodsWithName() local
205 methodList.add(m); in getMethodsWithName()
208 return methodList; in getMethodsWithName()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DLongevityClassRunnerTest.java196 List<FrameworkMethod> methodList = in testBeforeClassMethodsAddedAsBeforeMethods()
201 Assert.assertEquals(ASSERTION_FAILURE_MESSAGE, methodList.size(), 2); in testBeforeClassMethodsAddedAsBeforeMethods()
205 methodList.get(0).getName(), in testBeforeClassMethodsAddedAsBeforeMethods()
210 methodList.get(1).getName(), in testBeforeClassMethodsAddedAsBeforeMethods()