Searched refs:methodInvoker (Results 1 – 4 of 4) sorted by relevance
/aosp12/packages/modules/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
H A D | NetworkPolicyTestRunner.java | 40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in NetworkPolicyTestRunner 41 return new RunRules(super.methodInvoker(method, test), List.of(mDumpOnFailureRule), in methodInvoker()
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/perf/ |
H A D | PerformanceRunner.java | 53 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in PerformanceRunner 64 return new TimedStatement(super.methodInvoker(method, test), warmUpIterations, runs, in methodInvoker()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTestRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in WindowTestRunner 55 return wrapStatement(super.methodInvoker(method, test), method, test); in methodInvoker()
|
/aosp12/frameworks/base/tests/testables/src/android/testing/ |
H A D | AndroidTestingRunner.java | 54 protected Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker() method in AndroidTestingRunner 56 final Statement statement = super.methodInvoker(method, test); in methodInvoker()
|