Searched refs:BackgroundWorker (Results 1 – 7 of 7) sorted by relevance
25 import com.android.messaging.datamodel.action.BackgroundWorker;54 private BackgroundWorker mWorker;76 public BackgroundWorker getBackgroundWorkerForActionService() { in getBackgroundWorkerForActionService()80 public FakeDataModel withBackgroundWorkerForActionService(final BackgroundWorker worker) { in withBackgroundWorkerForActionService()
25 import com.android.messaging.datamodel.action.BackgroundWorker;63 private final BackgroundWorker mDataModelWorker;72 mDataModelWorker = new BackgroundWorker(); in DataModelImpl()174 public BackgroundWorker getBackgroundWorkerForActionService() { in getBackgroundWorkerForActionService()
27 import com.android.messaging.datamodel.action.BackgroundWorker;115 public abstract BackgroundWorker getBackgroundWorkerForActionService(); in getBackgroundWorkerForActionService()
24 public class BackgroundWorker { class
90 public void sendBackgroundActions(final BackgroundWorker worker) { in sendBackgroundActions()
130 private BackgroundWorker mBackgroundWorker;
58 static class StubBackgroundWorker extends BackgroundWorker {