Home
last modified time | relevance | path

Searched defs:runMethod (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/test-base/hiddenapi/src/android/test/
H A DInstrumentationTestCase.java36 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() argument
/aosp12/frameworks/base/test-base/src/android/test/
H A DInstrumentationTestCase.java210 private void runMethod(Method runMethod, int tolerance) throws Throwable { in runMethod() method in InstrumentationTestCase
214 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() method in InstrumentationTestCase
/aosp12/frameworks/base/core/tests/utillib/src/android/test/
H A DBandwidthTestCase.java116 private void runMethod(Method runMethod, int tolerance, boolean isRepetitive) throws Throwable { in runMethod() argument
/aosp12/frameworks/base/test-base/src/junit/framework/
H A DTestCase.java153 Method runMethod= null; in runTest() local
/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/unit/src/com/android/server/pm/test/verify/domain/
H A DDomainVerificationEnforcerTest.kt273 fun runMethod( regex
740 private fun runMethod( regex
/aosp12/art/test/004-JniTest/src/
H A DMain.java383 Method runMethod = aClass.getDeclaredMethod("run", String.class); in testDoubleLoad() local