| /platform_testing/libraries/health/rules/multivalentTests/src/android/platform/test/rule/ |
| D | TestAnnotationScannerTest.kt | 55 val method = "aTest".description<NoAnnotation>() in noAnnotation() constant 66 val method = "aTest".description<AnnotationOnMethod>() in annotationOnMethod() constant 78 val method = "aTest".description<AnnotationOnClass>() in annotationOnClass() constant 90 val method = "aTest".description<AnnotationOnBoth>() in methodWinsOnBoth() constant 106 val method = "aTest".description<Subclass>() in findSuperclassIfInherited() constant 113 val method = "aTest".description<Subclass>() in findAllowedDevicesFromSuperclass() constant 121 val method = "aTest".description<Subclass>() in dontFindSuperclassIfNotInherited() constant 133 val method = "aTest".description<UmamiTest>() in metaAnnotation() constant
|
| /platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
| D | BusinessLogicExecutor.java | 54 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()
|
| D | CrashUtils.java | 337 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/ |
| D | FlickerServiceDecoratorTest.kt | 53 val method = Mockito.mock(FrameworkMethod::class.java) in sendsInstrumentationUpdatesWhenComputingTestMethods() constant 116 val method = Mockito.mock(FrameworkMethod::class.java) in failsTestAndNotModuleOnFlickerServiceMethodComputeError() constant 169 val method = Mockito.mock(FrameworkMethod::class.java) in handleDuplicateFlickerMethods() constant
|
| D | LegacyFlickerDecoratorTest.kt | 78 val method = in <lambda>() constant 109 val method = in <lambda>() constant
|
| /platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/ |
| D | Microbenchmark.java | 233 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() 320 protected Description describeChild(FrameworkMethod method) { in describeChild() 340 private Statement withRules(FrameworkMethod method, Object target, Statement statement) { in withRules() 395 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
| /platform_testing/libraries/junit-rules/src/ |
| D | ConditionalIgnoreRule.java | 29 public Statement apply(Statement base, FrameworkMethod method, Object target) { in apply()
|
| /platform_testing/libraries/flicker/src/android/tools/flicker/junit/ |
| D | LegacyFlickerDecorator.kt | 84 val method = methods.first() in doValidateInstanceMethods() constant
|
| D | FlickerServiceDecorator.kt | 117 for (method in innerMethods) { in <lambda>() constant
|
| /platform_testing/libraries/runner/src/main/java/platform/test/runner/parameterized/ |
| D | AndroidParameterizedRunner.java | 45 protected String testName(final FrameworkMethod method) { in testName()
|
| D | RobolectricParameterizedRunner.java | 52 protected String testName(final FrameworkMethod method) { in testName()
|
| /platform_testing/libraries/screenshot/deviceless/layoutlib/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
| D | PerformanceRunner.java | 53 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
|
| /platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/ |
| D | ScheduledScenarioRunner.java | 110 protected Statement withAfters(FrameworkMethod method, Object target, Statement statement) { in withAfters() 145 protected void runChild(final FrameworkMethod method, RunNotifier notifier) { in runChild()
|
| D | LongevityClassRunner.java | 154 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/ |
| D | DeviceFlagsValueProvider.java | 92 Method method = flagsClass.getMethod(methodName); in getBoolean() local
|
| /platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/ |
| D | UiBenchLeanbackJankTests.java | 99 Method method = getClass().getMethod(getName()); in beforeTest() local
|
| /platform_testing/libraries/compatibility-common-util/tests/src/com/android/compatibility/common/util/ |
| D | CrashUtilsTest.java | 500 private JSONObject stackFrame(String filename, String method) throws JSONException { in stackFrame()
|