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