Loading tests/telephonytests/src/com/android/internal/telephony/RILTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -1822,7 +1822,6 @@ public class RILTest extends TelephonyTest { } @Test @FlakyTest public void testSetupDataCall() throws Exception { DataProfile dp = new DataProfile.Builder() .setProfileId(PROFILE_ID) Loading Loading @@ -1866,7 +1865,9 @@ public class RILTest extends TelephonyTest { assertEquals(APN_ENABLED, dpi.enabled); assertEquals(SUPPORTED_APNT_YPES_BITMAK, dpi.supportedApnTypesBitmap); assertEquals(ROAMING_PROTOCOL, ApnSetting.getProtocolIntFromString(dpi.protocol)); assertEquals(BEARER_BITMASK, dpi.bearerBitmap); assertEquals( BEARER_BITMASK, ServiceState.convertBearerBitmaskToNetworkTypeBitmask(dpi.bearerBitmap >> 1)); assertEquals(MTU, dpi.mtu); } Loading Loading
tests/telephonytests/src/com/android/internal/telephony/RILTest.java +3 −2 Original line number Diff line number Diff line Loading @@ -1822,7 +1822,6 @@ public class RILTest extends TelephonyTest { } @Test @FlakyTest public void testSetupDataCall() throws Exception { DataProfile dp = new DataProfile.Builder() .setProfileId(PROFILE_ID) Loading Loading @@ -1866,7 +1865,9 @@ public class RILTest extends TelephonyTest { assertEquals(APN_ENABLED, dpi.enabled); assertEquals(SUPPORTED_APNT_YPES_BITMAK, dpi.supportedApnTypesBitmap); assertEquals(ROAMING_PROTOCOL, ApnSetting.getProtocolIntFromString(dpi.protocol)); assertEquals(BEARER_BITMASK, dpi.bearerBitmap); assertEquals( BEARER_BITMASK, ServiceState.convertBearerBitmaskToNetworkTypeBitmask(dpi.bearerBitmap >> 1)); assertEquals(MTU, dpi.mtu); } Loading