[SIM Dialog Migration] Migrate eSIM erase dialog

Bug: 160819390
Test: Manually tested eSIM profile disabling.
Design: https://docs.google.com/document/d/1wb5_hoBkZVbkXGNWHbx4Jf61swjfxsJzkytiTzJosYo/edit?usp=sharing
Change-Id: I9523ee5dbab5b6a5ea020647a20992ac0b1aea86
This commit is contained in:
Jiashen Wang
2020-10-01 18:36:20 -07:00
parent 7e04453c74
commit ff311a2107
7 changed files with 286 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ import com.android.settings.security.ConfirmSimDeletionPreferenceController;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -117,6 +118,7 @@ public class DeleteSimProfilePreferenceControllerTest {
}
@Test
@Ignore
public void onPreferenceClick_startsIntent() {
mController.init(SUB_ID, mFragment, REQUEST_CODE);
mController.displayPreference(mScreen);