Searched refs:mAsyncRunner (Results 1 – 1 of 1) sorted by relevance
56 private AsyncRunner mAsyncRunner; field in GraphEnvironment.GraphHandle68 if (mAsyncRunner == null) { in getAsyncRunner()69 mAsyncRunner = new AsyncRunner(environment, RoundRobinScheduler.class); in getAsyncRunner()70 mAsyncRunner.setGraph(mGraph); in getAsyncRunner()72 return mAsyncRunner; in getAsyncRunner()