Home
last modified time | relevance | path

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

/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java52 public boolean executeCondition(String method, String... args) { in executeCondition()
71 public void executeAction(String method, String... args) { in executeAction()
99 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
129 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod()
215 public ResolvedMethod(Method method) { in ResolvedMethod()
DCrashUtils.java334 private final String method; field in CrashUtils.BacktraceFrameInfo
336 public BacktraceFrameInfo(String filename, String method) { in BacktraceFrameInfo()
525 String method = frame.optString(METHOD); in match() local
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java176 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
273 protected Description describeChild(FrameworkMethod method) { in describeChild()
284 private Statement withRules(FrameworkMethod method, Object target, Statement statement) { in withRules()
322 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java119 protected Statement withBefores(FrameworkMethod method, Object target, Statement statement) { in withBefores()
133 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
276 protected Description describeChild(FrameworkMethod method) { in describeChild()
DScheduledScenarioRunner.java109 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters()
144 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java99 Method method = getClass().getMethod(getName()); in beforeTest() local
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlickerBlockJUnit4ClassRunner.kt87 val method = methods.first() in validateFlickerObject() constant
/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()