Lines Matching refs:new
51 bgExecutor.execute(new Runnable() {
62 We do not currently have support for creating an Executor on a new, virgin
82 bgExecutor.executeDelayed(new Runnable() {
96 Runnable cancel = bgExecutor.executeDelayed(new Runnable() {
137 mHandler = new Handler(looper) {
271 FakeSystemClock clock = new FakeSystemClock();
272 FakeExecutor executor = new FakeExecutor(clock);
286 FakeSystemClock clock = new FakeSystemClock();
287 FakeExecutor executor = new FakeExecutor(clock);
304 FakeSystemClock clock = new FakeSystemClock();
305 FakeExecutor executorA = new FakeExecutor(clock);
306 FakeExecutor executorB = new FakeExecutor(clock);