Home
last modified time | relevance | path

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

/packages/modules/StatsD/tests/src/android/cts/statsd/atom/
DBaseTestCase.java141 @Nullable String testClassName, @Nullable String testMethodName) in runDeviceTests() argument
143 if (testClassName != null && testClassName.startsWith(".")) { in runDeviceTests()
144 testClassName = pkgName + testClassName; in runDeviceTests()
149 if (testClassName != null && testMethodName != null) { in runDeviceTests()
150 testRunner.setMethodName(testClassName, testMethodName); in runDeviceTests()
151 } else if (testClassName != null) { in runDeviceTests()
152 testRunner.setClassName(testClassName); in runDeviceTests()
/packages/modules/Connectivity/tests/cts/hostside/src/com/android/cts/net/
DHostsideNetworkTestCase.java124 protected void runDeviceTests(String packageName, String testClassName) in runDeviceTests() argument
126 runDeviceTests(packageName, testClassName, null); in runDeviceTests()
129 protected void runDeviceTests(String packageName, String testClassName, String methodName) in runDeviceTests() argument
134 if (testClassName != null) { in runDeviceTests()
136 testRunner.setMethodName(testClassName, methodName); in runDeviceTests()
138 testRunner.setClassName(testClassName); in runDeviceTests()