Loading tests/telephonytests/src/com/android/internal/telephony/uicc/UiccProfileTest.java +7 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,10 @@ public class UiccProfileTest extends TelephonyTest { mTestHandlerThread.start(); waitUntilReady(); /* wait for the carrier privilege rules to be loaded */ waitForMs(50); replaceInstance(UiccProfile.class, "mCatService", mUiccProfile, mCAT); } Loading Loading @@ -221,6 +225,9 @@ public class UiccProfileTest extends TelephonyTest { waitUntilReady(); /* wait for the carrier privilege rules to be loaded */ waitForMs(50); assertEquals(3, mUiccProfile.getNumApplications()); assertTrue(mUiccProfile.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_CSIM)); assertTrue(mUiccProfile.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_ISIM)); Loading Loading
tests/telephonytests/src/com/android/internal/telephony/uicc/UiccProfileTest.java +7 −0 Original line number Diff line number Diff line Loading @@ -139,6 +139,10 @@ public class UiccProfileTest extends TelephonyTest { mTestHandlerThread.start(); waitUntilReady(); /* wait for the carrier privilege rules to be loaded */ waitForMs(50); replaceInstance(UiccProfile.class, "mCatService", mUiccProfile, mCAT); } Loading Loading @@ -221,6 +225,9 @@ public class UiccProfileTest extends TelephonyTest { waitUntilReady(); /* wait for the carrier privilege rules to be loaded */ waitForMs(50); assertEquals(3, mUiccProfile.getNumApplications()); assertTrue(mUiccProfile.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_CSIM)); assertTrue(mUiccProfile.isApplicationOnIcc(IccCardApplicationStatus.AppType.APPTYPE_ISIM)); Loading