Loading tests/telephonytests/src/com/android/internal/telephony/subscription/SubscriptionManagerServiceTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ import static com.android.internal.telephony.subscription.SubscriptionDatabaseMa import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertThrows; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; Loading Loading @@ -3434,4 +3435,8 @@ public class SubscriptionManagerServiceTest extends TelephonyTest { assertEquals(expectedPlmnList, mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); } public void testIsSatelliteProvisionedForNonIpDatagram() { assertFalse(mSubscriptionManagerServiceUT.isSatelliteProvisionedForNonIpDatagram(-1)); } } Loading
tests/telephonytests/src/com/android/internal/telephony/subscription/SubscriptionManagerServiceTest.java +5 −0 Original line number Diff line number Diff line Loading @@ -52,6 +52,7 @@ import static com.android.internal.telephony.subscription.SubscriptionDatabaseMa import static com.google.common.truth.Truth.assertThat; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertThrows; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; Loading Loading @@ -3434,4 +3435,8 @@ public class SubscriptionManagerServiceTest extends TelephonyTest { assertEquals(expectedPlmnList, mSubscriptionManagerServiceUT.getSatelliteEntitlementPlmnList(subId)); } public void testIsSatelliteProvisionedForNonIpDatagram() { assertFalse(mSubscriptionManagerServiceUT.isSatelliteProvisionedForNonIpDatagram(-1)); } }