Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae3b424a authored by junyulai's avatar junyulai Committed by Automerger Merge Worker
Browse files

[SP25.1] Rename functions that add Entry conditionally am: aec5554c am: 43f0ebbf

Change-Id: I1c92829b705830998ff5d162e8c7964e59d93d0b
parents 644a9955 43f0ebbf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1084,7 +1084,7 @@ public class ImsPhoneCallTrackerTest extends TelephonyTest {
        NetworkStats expectedStats = new NetworkStats(0L, 0);

        if (rxBytes != 0 || txBytes != 0) {
            expectedStats = expectedStats.addValues(
            expectedStats = expectedStats.addEntry(
                    new Entry(NetworkStats.IFACE_VT, UID_ALL, SET_FOREGROUND,
                            TAG_NONE, METERED_YES, ROAMING_NO, DEFAULT_NETWORK_YES, rxBytes, 0L,
                            txBytes, 0L, 0L));