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.java120 final JSONArray asynchronousEntryIds = new JSONArray(); in abortHostQueueEntries() local
136 extendJsonArray(asynchronousEntryIds, idListValue.isArray()); in abortHostQueueEntries()
141 asynchronousEntryIds.set(asynchronousEntryIds.size(), id); in abortHostQueueEntries()
148 params.put("id__in", asynchronousEntryIds); in abortHostQueueEntries()
157 abortAsynchronousEntries, synchronousEntries, asynchronousEntryIds.size() != 0); in abortHostQueueEntries()