Home
last modified time | relevance | path

Searched refs:mBackgroundActions (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DAction.java49 private final List<Action> mBackgroundActions = new LinkedList<Action>(); field in Action
67 mBackgroundActions.add(this); in requestBackgroundWork()
77 mBackgroundActions.add(backgroundAction); in requestBackgroundWork()
84 return !mBackgroundActions.isEmpty(); in hasBackgroundActions()
91 worker.queueBackgroundWork(mBackgroundActions); in sendBackgroundActions()
92 mBackgroundActions.clear(); in sendBackgroundActions()