Searched refs:mUnthrottlingEvents (Results 1 – 1 of 1) sorted by relevance
157 private Set<Integer> mUnthrottlingEvents; field in ErrorPolicyManager672 events.addAll(errorPolicy.mUnthrottlingEvents); in getAllUnthrottlingEvents()678 events.addAll(errorPolicy.mUnthrottlingEvents); in getAllUnthrottlingEvents()721 unregisterEvents = mUnthrottlingEvents; in updateUnthrottlingEvents()723 mUnthrottlingEvents = getAllUnthrottlingEvents(); in updateUnthrottlingEvents()727 unregisterEvents.removeAll(mUnthrottlingEvents); in updateUnthrottlingEvents()741 + (mUnthrottlingEvents != null in updateUnthrottlingEvents()742 ? Arrays.toString(mUnthrottlingEvents.toArray()) in updateUnthrottlingEvents()777 List<Integer> mUnthrottlingEvents; field in ErrorPolicyManager.ErrorPolicy787 mUnthrottlingEvents = unthrottlingEvents; in ErrorPolicy()[all …]