Home
last modified time | relevance | path

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

/aosp_15_r20/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VMDebug/
H A DVMDebugDebuggee.java93 Method lastDebuggerActivityMethod = vmdebug.getDeclaredMethod("lastDebuggerActivity"); in run() local
97 last_debugger_activity = (long)lastDebuggerActivityMethod.invoke(null); in run()
/aosp_15_r20/art/test/099-vmdebug/src/
H A DMain.java375 private static final Method lastDebuggerActivityMethod; field in Main.VMDebug
406 lastDebuggerActivityMethod = c.getDeclaredMethod("lastDebuggerActivity");
473 return (long) lastDebuggerActivityMethod.invoke(null); in lastDebuggerActivity()
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dapache-harmony-jdwp-tests.jarorg/apache/harmony/jpda/tests/share/SyncDebuggee.class SyncDebuggee.java package ...
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dapache-harmony-jdwp-tests.jarorg/apache/harmony/jpda/tests/share/SyncDebuggee.class SyncDebuggee.java package ...