Searched refs:schedulerConstructor (Results 1 – 1 of 1) sorted by relevance
55 Constructor schedulerConstructor = schedulerClass.getConstructor(FilterGraph.class); in SyncRunner() local56 mScheduler = (Scheduler)schedulerConstructor.newInstance(graph); in SyncRunner()