Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java516 JSONObject errorTypeObject = errorTypeArray.getJSONObject(j); in readErrorPolicies() local
518 String errorTypeStr = ((String) errorTypeObject.get("ErrorType")).trim(); in readErrorPolicies()
519 JSONArray errorDetailArray = (JSONArray) errorTypeObject.get("ErrorDetails"); in readErrorPolicies()
530 parseRetryArray((JSONArray) errorTypeObject.get("RetryArray")), in readErrorPolicies()
532 (JSONArray) errorTypeObject.get("UnthrottlingEvents"))); in readErrorPolicies()