Loading tests/telephonytests/src/com/android/internal/telephony/DeviceStateMonitorTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import android.net.ConnectivityManager; import android.os.BatteryManager; import android.os.HandlerThread; import android.os.Message; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import org.junit.After; Loading Loading @@ -74,6 +75,7 @@ public class DeviceStateMonitorTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testTethering() throws Exception { Loading @@ -100,6 +102,7 @@ public class DeviceStateMonitorTest extends TelephonyTest { eq(true), any(Message.class)); } @FlakyTest @Test @SmallTest public void testCharging() throws Exception { Loading tests/telephonytests/src/com/android/internal/telephony/GsmCdmaPhoneTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.Message; import android.os.Process; import android.os.WorkSource; import android.preference.PreferenceManager; import android.support.test.filters.FlakyTest; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ServiceState; Loading Loading @@ -401,6 +402,7 @@ public class GsmCdmaPhoneTest extends TelephonyTest { assertEquals(voiceMailNumber, mPhoneUT.getVoiceMailNumber()); } @FlakyTest @Test @SmallTest public void testVoiceMailCount() { Loading Loading @@ -506,6 +508,7 @@ public class GsmCdmaPhoneTest extends TelephonyTest { * GsmCdmaPhone handles a lot of messages. This function verifies behavior for messages that are * received when obj is created and that are received on phone type switch */ @FlakyTest @Test @SmallTest public void testHandleInitialMessages() { Loading tests/telephonytests/src/com/android/internal/telephony/ServiceStateTrackerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,7 @@ public class ServiceStateTrackerTest extends TelephonyTest { mSimulatedCommands.getGetNetworkSelectionModeCallCount()); } @FlakyTest @Test @MediumTest public void testSpnUpdateShowPlmnOnly() { Loading tests/telephonytests/src/com/android/internal/telephony/gsm/GsmCellBroadcastHandlerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import android.os.HandlerThread; import android.os.UserHandle; import android.provider.Settings; import android.provider.Telephony; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import com.android.internal.telephony.SmsStorageMonitor; Loading Loading @@ -97,6 +98,7 @@ public class GsmCellBroadcastHandlerTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testBroadcastSms() { mContextFixture.putResource( Loading tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsPhoneCallTest.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.internal.telephony.imsphone; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import com.android.ims.ImsStreamMediaProfile; Loading Loading @@ -59,6 +60,7 @@ public class ImsPhoneCallTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testAttachDetach() { Loading @@ -81,6 +83,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(Call.State.IDLE, mImsCallUT.getState()); } @FlakyTest @Test @SmallTest public void testConnectionDisconnected() { Loading @@ -98,6 +101,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(Call.State.DISCONNECTED, mImsCallUT.getState()); } @FlakyTest @Test @SmallTest public void testHangup() { Loading @@ -109,6 +113,7 @@ public class ImsPhoneCallTest extends TelephonyTest { } } @FlakyTest @Test @SmallTest public void testUpdateRingBackTone() { Loading Loading @@ -140,6 +145,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(mConnection2, mImsCallUT.getConnections().get(0)); } @FlakyTest @Test @SmallTest public void testMultiParty() { Loading Loading
tests/telephonytests/src/com/android/internal/telephony/DeviceStateMonitorTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import android.net.ConnectivityManager; import android.os.BatteryManager; import android.os.HandlerThread; import android.os.Message; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import org.junit.After; Loading Loading @@ -74,6 +75,7 @@ public class DeviceStateMonitorTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testTethering() throws Exception { Loading @@ -100,6 +102,7 @@ public class DeviceStateMonitorTest extends TelephonyTest { eq(true), any(Message.class)); } @FlakyTest @Test @SmallTest public void testCharging() throws Exception { Loading
tests/telephonytests/src/com/android/internal/telephony/GsmCdmaPhoneTest.java +3 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ import android.os.Message; import android.os.Process; import android.os.WorkSource; import android.preference.PreferenceManager; import android.support.test.filters.FlakyTest; import android.telephony.CarrierConfigManager; import android.telephony.CellLocation; import android.telephony.ServiceState; Loading Loading @@ -401,6 +402,7 @@ public class GsmCdmaPhoneTest extends TelephonyTest { assertEquals(voiceMailNumber, mPhoneUT.getVoiceMailNumber()); } @FlakyTest @Test @SmallTest public void testVoiceMailCount() { Loading Loading @@ -506,6 +508,7 @@ public class GsmCdmaPhoneTest extends TelephonyTest { * GsmCdmaPhone handles a lot of messages. This function verifies behavior for messages that are * received when obj is created and that are received on phone type switch */ @FlakyTest @Test @SmallTest public void testHandleInitialMessages() { Loading
tests/telephonytests/src/com/android/internal/telephony/ServiceStateTrackerTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -233,6 +233,7 @@ public class ServiceStateTrackerTest extends TelephonyTest { mSimulatedCommands.getGetNetworkSelectionModeCallCount()); } @FlakyTest @Test @MediumTest public void testSpnUpdateShowPlmnOnly() { Loading
tests/telephonytests/src/com/android/internal/telephony/gsm/GsmCellBroadcastHandlerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,7 @@ import android.os.HandlerThread; import android.os.UserHandle; import android.provider.Settings; import android.provider.Telephony; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import com.android.internal.telephony.SmsStorageMonitor; Loading Loading @@ -97,6 +98,7 @@ public class GsmCellBroadcastHandlerTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testBroadcastSms() { mContextFixture.putResource( Loading
tests/telephonytests/src/com/android/internal/telephony/imsphone/ImsPhoneCallTest.java +6 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,7 @@ package com.android.internal.telephony.imsphone; import android.support.test.filters.FlakyTest; import android.test.suitebuilder.annotation.SmallTest; import com.android.ims.ImsStreamMediaProfile; Loading Loading @@ -59,6 +60,7 @@ public class ImsPhoneCallTest extends TelephonyTest { super.tearDown(); } @FlakyTest @Test @SmallTest public void testAttachDetach() { Loading @@ -81,6 +83,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(Call.State.IDLE, mImsCallUT.getState()); } @FlakyTest @Test @SmallTest public void testConnectionDisconnected() { Loading @@ -98,6 +101,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(Call.State.DISCONNECTED, mImsCallUT.getState()); } @FlakyTest @Test @SmallTest public void testHangup() { Loading @@ -109,6 +113,7 @@ public class ImsPhoneCallTest extends TelephonyTest { } } @FlakyTest @Test @SmallTest public void testUpdateRingBackTone() { Loading Loading @@ -140,6 +145,7 @@ public class ImsPhoneCallTest extends TelephonyTest { assertEquals(mConnection2, mImsCallUT.getConnections().get(0)); } @FlakyTest @Test @SmallTest public void testMultiParty() { Loading