Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java58 private String mTestApk = null; field in JvmtiHostTest
109 if (mTestApk == null || mTestPackageName == null) { in testJvmti()
133 AttachAgent aa = new AttachAgent(device, mTestPackageName, mTestApk); in testJvmti()
/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java54 private String mTestApk = null; field in JvmtiAttachingHostTest
229 if (mTestApk == null || mTestPackageName == null) { in runJvmtiAgentLoadTest()
238 runner.run(device, mTestPackageName, mTestApk, mAbi.getName()); in runJvmtiAgentLoadTest()