Searched refs:mBackgroundActions (Results 1 – 1 of 1) sorted by relevance
49 private final List<Action> mBackgroundActions = new LinkedList<Action>(); field in Action67 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()