Loading tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ import java.util.ArrayList; import java.util.List; @RunWith(RobolectricTestRunner.class) @Ignore @Config(shadows = ShadowAlertDialogCompat.class) public class RenameMobileNetworkDialogFragmentTest { Loading tests/robotests/src/com/android/settings/nfc/NfcPaymentPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.settings.nfc.PaymentBackend.PaymentAppInfo; import com.android.settings.testutils.shadow.ShadowNfcAdapter; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -133,6 +134,7 @@ public class NfcPaymentPreferenceControllerTest { } @Test @Ignore public void onPaymentAppsChanged_shouldRefreshSummary() { mController.setPaymentBackend(mPaymentBackend); mController.displayPreference(mScreen); Loading tests/robotests/src/com/android/settings/notification/zen/ZenModeEventRuleSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ import androidx.fragment.app.FragmentActivity; import com.android.settings.R; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -86,6 +87,7 @@ public class ZenModeEventRuleSettingsTest { } @Test @Ignore public void onCreate_noRuleId_shouldToastAndFinishAndNoCrash() { final String expected = mContext.getString(R.string.zen_mode_rule_not_found_text); Loading tests/robotests/src/com/android/settings/notification/zen/ZenModeScheduleRuleSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ import androidx.fragment.app.FragmentActivity; import com.android.settings.R; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -83,6 +84,7 @@ public class ZenModeScheduleRuleSettingsTest { } @Test @Ignore public void onCreate_noRuleId_shouldToastAndFinishAndNoCrash() { final String expected = mContext.getString(R.string.zen_mode_rule_not_found_text); Loading Loading
tests/robotests/src/com/android/settings/network/telephony/RenameMobileNetworkDialogFragmentTest.java +1 −0 Original line number Diff line number Diff line Loading @@ -66,6 +66,7 @@ import java.util.ArrayList; import java.util.List; @RunWith(RobolectricTestRunner.class) @Ignore @Config(shadows = ShadowAlertDialogCompat.class) public class RenameMobileNetworkDialogFragmentTest { Loading
tests/robotests/src/com/android/settings/nfc/NfcPaymentPreferenceControllerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ import com.android.settings.nfc.PaymentBackend.PaymentAppInfo; import com.android.settings.testutils.shadow.ShadowNfcAdapter; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -133,6 +134,7 @@ public class NfcPaymentPreferenceControllerTest { } @Test @Ignore public void onPaymentAppsChanged_shouldRefreshSummary() { mController.setPaymentBackend(mPaymentBackend); mController.displayPreference(mScreen); Loading
tests/robotests/src/com/android/settings/notification/zen/ZenModeEventRuleSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ import androidx.fragment.app.FragmentActivity; import com.android.settings.R; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -86,6 +87,7 @@ public class ZenModeEventRuleSettingsTest { } @Test @Ignore public void onCreate_noRuleId_shouldToastAndFinishAndNoCrash() { final String expected = mContext.getString(R.string.zen_mode_rule_not_found_text); Loading
tests/robotests/src/com/android/settings/notification/zen/ZenModeScheduleRuleSettingsTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ import androidx.fragment.app.FragmentActivity; import com.android.settings.R; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; Loading Loading @@ -83,6 +84,7 @@ public class ZenModeScheduleRuleSettingsTest { } @Test @Ignore public void onCreate_noRuleId_shouldToastAndFinishAndNoCrash() { final String expected = mContext.getString(R.string.zen_mode_rule_not_found_text); Loading