Searched refs:AttachAgent (Results 1 – 1 of 1) sorted by relevance
133 AttachAgent aa = new AttachAgent(device, mTestPackageName, mTestApk); in testJvmti()154 private class AttachAgent implements Runnable { class in JvmtiHostTest161 public AttachAgent(ITestDevice device, String pkg, String apk) { in AttachAgent() method in JvmtiHostTest.AttachAgent