Searched refs:mMainThreadExecutor (Results 1 – 5 of 5) sorted by relevance
52 private final LooperExecutor mMainThreadExecutor; field in RecentTasksList66 mMainThreadExecutor = mainThreadExecutor; in RecentTasksList()85 mMainThreadExecutor.execute(() -> callback.accept(tasks)); in getTaskKeys()104 mMainThreadExecutor.post(() -> { in getTasks()119 mMainThreadExecutor.execute(() -> { in getTasks()
351 private final Executor mMainThreadExecutor;408 mMainThreadExecutor = ContactsExecutors.newHandlerExecutor(mMainThreadHandler);517 mMainThreadExecutor);532 mMainThreadExecutor);554 mMainThreadExecutor);
108 protected LooperExecutor mMainThreadExecutor = MAIN_EXECUTOR; field in AbstractLauncherUiTest343 mMainThreadExecutor.execute( in resetLoaderState()369 return mMainThreadExecutor.submit(callback).get(); in getOnUiThread()
128 return mMainThreadExecutor.submit(mActivityMonitor.itemExists(this)).get(); in isTrue()
189 return mMainThreadExecutor.submit(mActivityMonitor.itemExists(mOp)).get(); in isTrue()