Merge "Remove the option of resetting Euicc data." am: 604c7a7cfa
am: fbf2d0bc55
am: 8a57649765
Original change: https://android-review.googlesource.com/c/platform/packages/apps/Settings/+/1804237 Change-Id: I1845ebaf808192d3b28cc72f3548d0f489a4ce7c
This commit is contained in:
@@ -26,6 +26,7 @@ import androidx.test.ext.junit.runners.AndroidJUnit4;
|
||||
import com.android.settings.core.BasePreferenceController;
|
||||
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.runner.RunWith;
|
||||
|
||||
@@ -42,6 +43,7 @@ public class EraseEuiccDataControllerTest {
|
||||
mController = new EraseEuiccDataController(context, ERASE_EUICC_DATA_PREFERENCE_KEY);
|
||||
}
|
||||
|
||||
@Ignore("Will not work on devices without FEATURE_TELEPHONY_EUICC")
|
||||
@Test
|
||||
public void getAvailabilityStatus_returnAVAILABLE_UNSEARCHABLE() {
|
||||
assertThat(mController.getAvailabilityStatus())
|
||||
|
Reference in New Issue
Block a user