Home
last modified time | relevance | path

Searched defs:queueBackgroundWork (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DBackgroundWorker.java29 public void queueBackgroundWork(final List<Action> backgroundActions) { in queueBackgroundWork() method in BackgroundWorker
DBackgroundWorkerService.java59 public static void queueBackgroundWork(final List<Action> actions) { in queueBackgroundWork() method in BackgroundWorkerService
/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionTestHelpers.java70 public void queueBackgroundWork(final List<Action> actions) { in queueBackgroundWork() method in ActionTestHelpers.StubBackgroundWorker