Home
last modified time | relevance | path

Searched defs:method (Results 1 – 15 of 15) sorted by relevance

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java54 public boolean executeCondition(String method, String... args) { in executeCondition()
73 public void executeAction(String method, String... args) { in executeAction()
101 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
133 protected Object invokeMethod(String method, String... args) in invokeMethod()
219 public ResolvedMethod(Method method) { in ResolvedMethod()
DCrashUtils.java337 private final String method; field in CrashUtils.BacktraceFrameInfo
339 public BacktraceFrameInfo(String filename, String method) { in BacktraceFrameInfo()
567 String method = frame.optString(METHOD); in match() local
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java192 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
289 protected Description describeChild(FrameworkMethod method) { in describeChild()
300 private Statement withRules(FrameworkMethod method, Object target, Statement statement) { in withRules()
338 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
/platform_testing/libraries/junit-rules/src/
DConditionalIgnoreRule.java29 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply()
/platform_testing/libraries/runner/src/main/java/platform/test/runner/
DAndroidParameterizedRunner.java43 protected String testName(final FrameworkMethod method) { in testName()
DRobolectricParameterizedRunner.java47 protected String testName(final FrameworkMethod method) { in testName()
DParameterizedRunnerDelegate.java231 FrameworkMethod method, ClassLoader classLoader) in getFrameworkMethodInClassLoader()
242 private static Method getMethodInClassLoader(Method method, ClassLoader classLoader) in getMethodInClassLoader()
/platform_testing/libraries/flicker/src/android/tools/device/flicker/junit/
DLegacyFlickerDecorator.kt84 val method = methods.first() in doValidateInstanceMethods() constant
DFlickerServiceDecorator.kt76 for (method in innerMethods) { in <lambda>() constant
/platform_testing/libraries/flicker/test/src/android/tools/device/flicker/junit/
DLegacyFlickerDecoratorTest.kt79 val method = in <lambda>() constant
115 val method = in <lambda>() constant
/platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/
DPerformanceRunner.java53 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DScheduledScenarioRunner.java110 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
DLongevityClassRunner.java154 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
173 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
324 protected Description describeChild(FrameworkMethod method) { in describeChild()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java99 Method method = getClass().getMethod(getName()); in beforeTest() local
/platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/
DCrashUtilsTest.java500 private JSONObject stackFrame(String filename, String method) throws JSONException { in stackFrame()