Home
last modified time | relevance | path

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

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