Home
last modified time | relevance | path

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

/cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
DJvmtiHostTest.java192 String attachReply = mDevice.executeShellCommand(attachCmd); in run() local
195 if (attachReply != null && !attachReply.trim().isEmpty()) { in run()
196 CLog.e(attachReply); in run()