161162163164165166167168169170171172173174175176177
} }; job.run(context); } else { TransientListJob job = new TransientListJob(this, outputHandler, context) { @Override void complete(ClientContext context) { // Do nothing. } }; job.run(context); } }