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