Merge "Last-ditch clamping of negative NetworkStats." into pi-dev am: 0026f5eb18
am: eecce38819
Change-Id: I572ef538dafb59d8947958df8eac155e890d08f0
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user