Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java133 AttachAgent aa = new AttachAgent(device, mTestPackageName, mTestApk); in testJvmti()
154 private class AttachAgent implements Runnable { class in JvmtiHostTest
161 public AttachAgent(ITestDevice device, String pkg, String apk) { in AttachAgent() method in JvmtiHostTest.AttachAgent