Searched refs:BackgroundWorker (Results 1 – 7 of 7) sorted by relevance
25 import com.android.messaging.datamodel.action.BackgroundWorker;53 private BackgroundWorker mWorker;74 public BackgroundWorker getBackgroundWorkerForActionService() { in getBackgroundWorkerForActionService()78 public FakeDataModel withBackgroundWorkerForActionService(final BackgroundWorker worker) { in withBackgroundWorkerForActionService()
25 import com.android.messaging.datamodel.action.BackgroundWorker;65 private final BackgroundWorker mDataModelWorker;79 mDataModelWorker = new BackgroundWorker(); in DataModelImpl()180 public BackgroundWorker getBackgroundWorkerForActionService() { in getBackgroundWorkerForActionService()
27 import com.android.messaging.datamodel.action.BackgroundWorker;114 public abstract BackgroundWorker getBackgroundWorkerForActionService(); in getBackgroundWorkerForActionService()
24 public class BackgroundWorker { class
90 public void sendBackgroundActions(final BackgroundWorker worker) { in sendBackgroundActions()
135 private BackgroundWorker mBackgroundWorker;
56 static class StubBackgroundWorker extends BackgroundWorker {