Home
last modified time | relevance | path

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

/packages/services/Iwlan/src/com/google/android/iwlan/
DErrorPolicyManager.java157 private Set<Integer> mUnthrottlingEvents; field in ErrorPolicyManager
672 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.ErrorPolicy
787 mUnthrottlingEvents = unthrottlingEvents; in ErrorPolicy()
[all …]