Searched refs:errorTypeArray (Results 1 – 1 of 1) sorted by relevance
564 JSONArray errorTypeArray = (JSONArray) apnDetails.get("ErrorTypes"); in readErrorPolicies() local566 for (int j = 0; j < errorTypeArray.length(); j++) { in readErrorPolicies()567 JSONObject errorTypeObject = errorTypeArray.getJSONObject(j); in readErrorPolicies()