Searched refs:queueBackgroundWork (Results 1 – 4 of 4) sorted by relevance
29 public void queueBackgroundWork(final List<Action> backgroundActions) { in queueBackgroundWork() method in BackgroundWorker30 BackgroundWorkerService.queueBackgroundWork(backgroundActions); in queueBackgroundWork()
59 public static void queueBackgroundWork(final List<Action> actions) { in queueBackgroundWork() method in BackgroundWorkerService
91 worker.queueBackgroundWork(mBackgroundActions); in sendBackgroundActions()
68 public void queueBackgroundWork(final List<Action> actions) { in queueBackgroundWork() method in ActionTestHelpers.StubBackgroundWorker