Searched refs:unthrottlingEvents (Results 1 – 2 of 2) sorted by relevance
576 private List<Integer> parseUnthrottlingEvents(JSONArray unthrottlingEvents) in parseUnthrottlingEvents() argument579 for (int i = 0; i < unthrottlingEvents.length(); i++) { in parseUnthrottlingEvents()581 IwlanEventListener.getUnthrottlingEvent(unthrottlingEvents.getString(i).trim()); in parseUnthrottlingEvents()584 "Unexpected unthrottlingEvent " + unthrottlingEvents.getString(i)); in parseUnthrottlingEvents()783 List<Integer> unthrottlingEvents) { in ErrorPolicy() argument787 mUnthrottlingEvents = unthrottlingEvents; in ErrorPolicy()
704 String[] unthrottlingEvents) { in getErrorTypeInJSON() argument715 + String.join("\", \"", unthrottlingEvents) in getErrorTypeInJSON()