Searched refs:synchronousEntries (Results 1 – 2 of 2) sorted by relevance
32 Collection<JSONObject> synchronousEntries, in AbortSynchronousDialog() argument37 String jobList = processJobs(synchronousEntries); in AbortSynchronousDialog()74 private String processJobs(Collection<JSONObject> synchronousEntries) { in processJobs() argument77 for (JSONObject entry : synchronousEntries) { in processJobs()
111 Set<JSONObject> synchronousEntries = new JSONObjectSet<JSONObject>(); in abortHostQueueEntries() local119 synchronousEntries.add(entry); in abortHostQueueEntries()143 if (synchronousEntries.size() == 0) { in abortHostQueueEntries()147 abortAsynchronousEntries, synchronousEntries, asynchronousEntryIds.size() != 0); in abortHostQueueEntries()