Loading tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsPhoneCallTrackerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,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)); Loading Loading
tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsPhoneCallTrackerTest.java +1 −1 Original line number Diff line number Diff line Loading @@ -1077,7 +1077,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)); Loading