Home
last modified time | relevance | path

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

/external/autotest/frontend/client/src/autotest/tko/
DTestLabelManager.java45 private JSONObject currentTestCondition; field in TestLabelManager
98 currentTestCondition = testCondition; in handleAddLabels()
115 currentTestCondition = testCondition; in handleRemoveLabels()
117 rpcProxy.rpcCall("get_test_labels_for_tests", currentTestCondition, new JsonRpcCallback() { in handleRemoveLabels()
195 JSONObject args = Utils.copyJSONObject(currentTestCondition); in addOrRemoveLabel()
215 currentTestCondition = condition; in handleInvalidate()
220 currentTestCondition = condition; in handleRevalidate()