Home
last modified time | relevance | path

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

/art/test/980-redefine-object/src/
DMain.java65 Class<?> testwatcher_class = Class.forName("art.test.TestWatcher", true, null); in ensureTestWatcherInitialized() local
66 doEnableReporting = testwatcher_class.getDeclaredMethod("EnableReporting"); in ensureTestWatcherInitialized()
67 doDisableReporting = testwatcher_class.getDeclaredMethod("DisableReporting"); in ensureTestWatcherInitialized()