Home
last modified time | relevance | path

Searched refs:wrapMethod (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTestRunner.java80 befores.add(wrapMethod(before, target)); in withBefores()
101 afters.add(wrapMethod(after, target)); in withAfters()
106 private FrameworkMethod wrapMethod(FrameworkMethod method, Object target) { in wrapMethod() method in WindowTestRunner