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

Commit b5900989 authored by Jordan Liu's avatar Jordan Liu Committed by Gerrit Code Review
Browse files

Merge "Update comments to reflect correct HAL version"

parents e5b7a22e 2bfc8554
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -243,7 +243,7 @@ public class UiccProfile extends IccCard {
        }

        if (mUiccCard instanceof EuiccCard) {
            // for RadioConfig<1.1 eid is not known when the EuiccCard is constructed
            // for RadioConfig<1.2 eid is not known when the EuiccCard is constructed
            ((EuiccCard) mUiccCard).registerForEidReady(mHandler, EVENT_EID_READY, null);
        }

@@ -460,7 +460,7 @@ public class UiccProfile extends IccCard {
        }

        if (mUiccCard instanceof EuiccCard && ((EuiccCard) mUiccCard).getEid() == null) {
            // for RadioConfig<1.1 the EID is not known when the EuiccCard is constructed
            // for RadioConfig<1.2 the EID is not known when the EuiccCard is constructed
            if (DBG) log("EID is not ready yet.");
            return;
        }
+1 −1
Original line number Diff line number Diff line
@@ -155,7 +155,7 @@ public class EuiccCard extends UiccCard {
        }
    }

    // For RadioConfig<1.1 we don't know the EID when constructing the EuiccCard, so callers may
    // For RadioConfig<1.2 we don't know the EID when constructing the EuiccCard, so callers may
    // need to register to be notified when we have the EID
    @VisibleForTesting(visibility = VisibleForTesting.Visibility.PRIVATE)
    protected void loadEidAndNotifyRegistrants() {