Searched refs:testwatcher_class (Results 1 – 1 of 1) sorted by relevance
65 Class<?> testwatcher_class = Class.forName("art.test.TestWatcher", true, null); in ensureTestWatcherInitialized() local66 doEnableReporting = testwatcher_class.getDeclaredMethod("EnableReporting"); in ensureTestWatcherInitialized()67 doDisableReporting = testwatcher_class.getDeclaredMethod("DisableReporting"); in ensureTestWatcherInitialized()