Home
last modified time | relevance | path

Searched defs:testMethodName (Results 1 – 3 of 3) sorted by relevance

/packages/modules/RemoteKeyProvisioning/app/tests/hosttest/src/com/android/rkpdapp/hosttest/
DAtomsHostTest.java75 void runIntegrationTest(String testMethodName, String className) throws Exception { in runIntegrationTest()
80 void runUnitTest(String testMethodName, String className) throws Exception { in runUnitTest()
95 private void runTest(String packageName, String testMethodName, String className) in runTest()
DRkpdWidevineTests.java42 private void runTest(String testMethodName) throws Exception { in runTest()
/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DBaseTestCase.java141 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests()