Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/afe/
DAfeUtils.java123 JSONValue idListValue = entry.get("id_list"); in abortHostQueueEntries() local
124 if (idListValue != null) { in abortHostQueueEntries()
126 extendJsonArray(asynchronousEntryIds, idListValue.isArray()); in abortHostQueueEntries()