Loading tests/telephonytests/src/com/android/internal/telephony/gsm/GsmSmsDispatcherTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest { @Test @SmallTest @Ignore("b/256282780") public void testSendSmsByCarrierApp() throws Exception { mockCarrierApp(); mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK, Loading Loading @@ -450,6 +451,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest { @Test @SmallTest @Ignore("b/256282780") public void testSendMultipartSmsByCarrierApp() throws Exception { mockCarrierApp(); mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK, Loading tests/telephonytests/src/com/android/internal/telephony/uicc/SIMRecordsTest.java +5 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ import com.android.telephony.Rlog; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -723,6 +724,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumber() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -776,6 +778,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumberBigAlphatag() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -830,6 +833,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumberUtf16Alphatag() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -883,8 +887,8 @@ public class SIMRecordsTest extends TelephonyTest { assertEquals(null, mSIMRecordsUT.getVoiceMailAlphaTag()); } @Test @Ignore("b/256282468") public void testSetVoiceMailNullNumber() throws InterruptedException { String voiceMailNumber = null; Loading Loading
tests/telephonytests/src/com/android/internal/telephony/gsm/GsmSmsDispatcherTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -376,6 +376,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest { @Test @SmallTest @Ignore("b/256282780") public void testSendSmsByCarrierApp() throws Exception { mockCarrierApp(); mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK, Loading Loading @@ -450,6 +451,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest { @Test @SmallTest @Ignore("b/256282780") public void testSendMultipartSmsByCarrierApp() throws Exception { mockCarrierApp(); mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK, Loading
tests/telephonytests/src/com/android/internal/telephony/uicc/SIMRecordsTest.java +5 −1 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ import com.android.telephony.Rlog; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -723,6 +724,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumber() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -776,6 +778,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumberBigAlphatag() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -830,6 +833,7 @@ public class SIMRecordsTest extends TelephonyTest { } @Test @Ignore("b/256282468") public void testSetVoiceMailNumberUtf16Alphatag() throws InterruptedException { String voiceMailNumber = "1234567890"; Loading Loading @@ -883,8 +887,8 @@ public class SIMRecordsTest extends TelephonyTest { assertEquals(null, mSIMRecordsUT.getVoiceMailAlphaTag()); } @Test @Ignore("b/256282468") public void testSetVoiceMailNullNumber() throws InterruptedException { String voiceMailNumber = null; Loading