[SP25] Rename functions that add Entry conditionally am: 544bc807a4 am: c87482ed57

Change-Id: I22d32f9cbc9c2694160ad5cd30d7b637529b8e44
This commit is contained in:
junyulai
2020-03-17 23:56:28 +00:00
committed by Automerger Merge Worker

View File

@@ -721,7 +721,7 @@ public final class NetworkStats implements Parcelable {
* @param entry the {@link Entry} to add.
* @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);
}