HomeSort by relevance Sort by last modified time
    Searched refs:doBackgroundWork (Results 1 - 9 of 9) sorted by null

  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
BackgroundWorkerService.java 123 doBackgroundWork(action, attempt);
138 private void doBackgroundWork(final Action action, final int attempt) {
143 TAG, action.getClass().getSimpleName() + "#doBackgroundWork");
146 response = action.doBackgroundWork();
DeleteMessageAction.java 53 // it locally and deleted it in telephony (sync is also done on doBackgroundWork).
59 protected Bundle doBackgroundWork() {
Action.java 63 * Queues up background work ie. {@link #doBackgroundWork} will be called on the
102 protected Bundle doBackgroundWork() throws DataModelException {
108 * @param response the response returned by {@link #doBackgroundWork}
221 * @param response the response returned by {@link #doBackgroundWork}
DeleteConversationAction.java 70 protected Bundle doBackgroundWork() throws DataModelException {
ReceiveMmsMessageAction.java 161 protected Bundle doBackgroundWork() throws DataModelException {
DownloadMmsAction.java 230 protected Bundle doBackgroundWork() {
SendMessageAction.java 184 protected Bundle doBackgroundWork() {
ProcessDownloadedMmsAction.java 209 protected Bundle doBackgroundWork() throws DataModelException {
327 // No message download to process; doBackgroundWork sent a notify deferred response
SyncMessagesAction.java 194 protected Bundle doBackgroundWork() {

Completed in 94 milliseconds