Searched defs:getEnclosingClass (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestMethod.java60 return getEnclosingClass().getMethod(getName()).getAnnotation(annotationClass);
67 public Class<? extends TestCase> getEnclosingClass() { method in class:TestMethod

Completed in 55 milliseconds