Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java110 final JSONArray asynchronousEntryIds = new JSONArray(); in abortHostQueueEntries() local
126 extendJsonArray(asynchronousEntryIds, idListValue.isArray()); in abortHostQueueEntries()
131 asynchronousEntryIds.set(asynchronousEntryIds.size(), id); in abortHostQueueEntries()
138 params.put("id__in", asynchronousEntryIds); in abortHostQueueEntries()
147 abortAsynchronousEntries, synchronousEntries, asynchronousEntryIds.size() != 0); in abortHostQueueEntries()