Home
last modified time | relevance | path

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

/platform_testing/tests/jank/uibench/src/com/android/uibench/janktests/
DUiBenchLeanbackJankTests.java99 Method method = getClass().getMethod(getName()); in beforeTest()
/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlickerBlockJUnit4ClassRunner.kt170 private fun getFlickerCleanUpMethod() = FlickerTestParameter::class.java.getMethod("clear")
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/
DCrashUtils.java323 .put(METHOD, frame.getMethod())); in addAllCrashes()
345 public String getMethod() { in getMethod() method in CrashUtils.BacktraceFrameInfo