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

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

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

Change-Id: If72201a4b1227b61f40f011fdc00ad60fc0fc3e8
parents 149342ca aec5554c
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));