Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DClusterClient.java231 JSONObject jsonContent = new JSONObject(content); in getCommandStatus() local
232 String value = jsonContent.getString("state"); in getCommandStatus()
233 String cancelReason = jsonContent.optString("cancel_reason", ""); in getCommandStatus()
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java171 static String removeComments(String jsonContent) { in removeComments() argument
173 Matcher matcher = COMMENTS_REGEX.matcher(jsonContent); in removeComments()