Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DAbortSynchronousDialog.java32 Collection<JSONObject> synchronousEntries, in AbortSynchronousDialog() argument
37 String jobList = processJobs(synchronousEntries); in AbortSynchronousDialog()
74 private String processJobs(Collection<JSONObject> synchronousEntries) { in processJobs() argument
77 for (JSONObject entry : synchronousEntries) { in processJobs()
DAfeUtils.java111 Set<JSONObject> synchronousEntries = new JSONObjectSet<JSONObject>(); in abortHostQueueEntries() local
119 synchronousEntries.add(entry); in abortHostQueueEntries()
143 if (synchronousEntries.size() == 0) { in abortHostQueueEntries()
147 abortAsynchronousEntries, synchronousEntries, asynchronousEntryIds.size() != 0); in abortHostQueueEntries()