Home
last modified time | relevance | path

Searched defs:method (Results 1 – 16 of 16) 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/flicker/test/src/android/tools/flicker/junit/
DFlickerServiceDecoratorTest.kt53 val method = Mockito.mock(FrameworkMethod::class.java) in sendsInstrumentationUpdatesOWhenComputingTestMethods() constant
116 val method = Mockito.mock(FrameworkMethod::class.java) in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant
166 val method = Mockito.mock(FrameworkMethod::class.java) in handleDuplicateFlickerMethods() constant
DLegacyFlickerDecoratorTest.kt79 val method = in <lambda>() constant
115 val method = in <lambda>() constant
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java196 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
293 protected Description describeChild(FrameworkMethod method) { in describeChild()
308 private Statement withRules(FrameworkMethod method, Object target, Statement statement) { in withRules()
346 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/flicker/src/android/tools/flicker/junit/
DLegacyFlickerDecorator.kt84 val method = methods.first() in doValidateInstanceMethods() constant
DFlickerServiceDecorator.kt79 for (method in innerMethods) { in <lambda>() constant
/platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/
DAndroidParameterizedRunner.java43 protected String testName(final FrameworkMethod method) { in testName()
DRobolectricParameterizedRunner.java52 protected String testName(final FrameworkMethod method) { in testName()
/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/libraries/flag-helpers/junit/src/android/platform/test/flag/junit/
DDeviceFlagsValueProvider.java92 Method method = flagsClass.getMethod(methodName); in getBoolean() local
/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()