Searched refs:onExecute (Results 1 – 3 of 3) sorted by relevance
162 onExecute(f::completeTask); in submit()177 onExecute(f::completeTask); in submit()209 onExecute(f::completeTask); in schedule()217 onExecute(f::completeTask); in schedule()235 onExecute(command); in execute()238 private void onExecute(Runnable command) { in onExecute() method in TestExecutorService
522 onExecute(provider); in execute()551 protected abstract void onExecute(IContentProvider provider) throws Exception; in onExecute() method in Content.Command565 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.InsertCommand580 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.DeleteCommand598 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.CallCommand614 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.GetTypeCommand626 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.ReadCommand641 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.WriteCommand660 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.QueryCommand725 public void onExecute(IContentProvider provider) throws Exception { in onExecute() method in Content.UpdateCommand
638 mManageSubscriptionAction.ifPresent(ManageSubscriptionAction::onExecute); in manageSubscription()1101 void onExecute(); in onExecute() method