Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 38bdc93d authored by Malcolm Chen's avatar Malcolm Chen Committed by Automerger Merge Worker
Browse files

Skip togglingUiccApplicationsSimPresent if it's eSIM empty profile. am:...

Skip togglingUiccApplicationsSimPresent if it's eSIM empty profile. am: f72c5c86 am: 9b2eed0a am: 49379824

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1486347

Change-Id: Iba5bb995ebb298377b2c13d842a1015c16d48464
parents d19d0297 49379824
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -437,6 +437,7 @@ TEST_P(RadioHidlTest_v1_5, togglingUiccApplicationsSimAbsent) {
TEST_P(RadioHidlTest_v1_5, togglingUiccApplicationsSimPresent) {
    // This test case only test SIM ABSENT case.
    if (cardStatus.base.base.base.cardState != CardState::PRESENT) return;
    if (cardStatus.applications.size() == 0) return;

    // Disable Uicc applications.
    serial = GetRandomSerialNumber();