OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:JarHostTest
(Results
1 - 4
of
4
) sorted by null
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
JarHostTestTest.java
34
* Unit tests for {@link
JarHostTest
}.
39
private
JarHostTest
mJarTest;
46
mJarTest = new
JarHostTest
() {
72
* {@link
JarHostTest
#run(com.android.tradefed.result.ITestInvocationListener)}.
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
VMHostTest.java
30
* A wrapper around {@link
JarHostTest
} that includes additional device setup and clean up.
33
public class VMHostTest extends
JarHostTest
{
TestPackageDef.java
222
JarHostTest
hostTest = new
JarHostTest
();
JarHostTest.java
52
public class
JarHostTest
implements IDeviceTest, IRemoteTest, IBuildReceiver, Test {
54
private static final String LOG_TAG = "
JarHostTest
";
Completed in 436 milliseconds