Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java191 String attachCmd = "cmd activity attach-agent " + mPkg + " " + mAgentInDataData; in run() local
192 String attachReply = mDevice.executeShellCommand(attachCmd); in run()
/cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
DJvmtiAttachingHostTest.java253 String attachCmd = "cmd activity start -S " + agentParams + " -n " + pkg in runAttachTestCmd() local
259 device.executeShellCommand(attachCmd, NullOutputReceiver.getReceiver(), 10, in runAttachTestCmd()