Searched refs:hasBackgroundActions (Results 1 – 4 of 4) sorted by relevance
83 public boolean hasBackgroundActions() { in hasBackgroundActions() method in Action182 final boolean hasBackgroundActions = hasBackgroundActions(); in markEndExecute()184 hasBackgroundActions, result); in markEndExecute()185 if (!hasBackgroundActions) { in markEndExecute()
365 final int expectedOldState, final boolean hasBackgroundActions, final Object result) { in executed() argument368 if (hasBackgroundActions) { in executed()402 final int expectedOldState, final boolean hasBackgroundActions, final Object result) { in setExecutedState() argument408 monitor.executed(action, expectedOldState, hasBackgroundActions, result); in setExecutedState()
90 if (processingAction.hasBackgroundActions()) { in scheduleProcessPendingMessagesAction()
498 Assert.isTrue(hasBackgroundActions() || !syncManager.isSyncing()); in processBackgroundResponse()