Merge "Last-ditch clamping of negative NetworkStats." into pi-dev am: 0026f5eb18

am: eecce38819

Change-Id: I572ef538dafb59d8947958df8eac155e890d08f0
This commit is contained in:
Jeff Sharkey
2018-05-23 17:43:05 -07:00
committed by android-build-merger
3 changed files with 32 additions and 4 deletions

View File

@@ -1100,6 +1100,8 @@ public class NetworkStats implements Parcelable {
public interface NonMonotonicObserver<C> {
public void foundNonMonotonic(
NetworkStats left, int leftIndex, NetworkStats right, int rightIndex, C cookie);
public void foundNonMonotonic(
NetworkStats stats, int statsIndex, C cookie);
}
/**