Merge "[SP25] Rename functions that add Entry conditionally" am: 338e4c0608
Change-Id: I7e0698f0e60d4c26864ceb728b74a265351a8506
This commit is contained in:
@@ -721,7 +721,7 @@ public final class NetworkStats implements Parcelable {
|
|||||||
* @param entry the {@link Entry} to add.
|
* @param entry the {@link Entry} to add.
|
||||||
* @return a new constructed {@link NetworkStats} object that contains the result.
|
* @return a new constructed {@link NetworkStats} object that contains the result.
|
||||||
*/
|
*/
|
||||||
public @NonNull NetworkStats addValues(@NonNull Entry entry) {
|
public @NonNull NetworkStats addEntry(@NonNull Entry entry) {
|
||||||
return this.clone().combineValues(entry);
|
return this.clone().combineValues(entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user