Searched refs:retrieveAnnotatedMethods (Results 1 – 3 of 3) sorted by relevance
45 List<String> retrieveAnnotatedMethods(String canonicalAnnotation); in retrieveAnnotatedMethods() method
185 mTestExecutor.retrieveAnnotatedMethods(Before.class.getCanonicalName());197 mTestExecutor.retrieveAnnotatedMethods(After.class.getCanonicalName());
72 public List<String> retrieveAnnotatedMethods(String annotationName) { in onLoadSdk()