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.java133 JSONValue idListValue = entry.get("id_list"); in abortHostQueueEntries() local
134 if (idListValue != null) { in abortHostQueueEntries()
136 extendJsonArray(asynchronousEntryIds, idListValue.isArray()); in abortHostQueueEntries()