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

Commit ba3cf72a authored by Wink Saville's avatar Wink Saville Committed by android code review
Browse files

Merge "Telephony: Clarify IccCardConstants.State enum"

parents bfe1ab82 022668bf
Loading
Loading
Loading
Loading
+7 −4
Original line number Diff line number Diff line
@@ -47,10 +47,13 @@ public class IccCardConstants {
    /* PERM_DISABLED means ICC is permanently disabled due to puk fails */
    public static final String INTENT_VALUE_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED";

    /*
      UNKNOWN is a transient state, for example, after uesr inputs ICC pin under
      PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
      turns to READY
    /**
     * This is combination of IccCardStatus.CardState and IccCardApplicationStatus.AppState
     * for external apps (like PhoneApp) to use
     *
     * UNKNOWN is a transient state, for example, after user inputs ICC pin under
     * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
     * turns to READY
     */
    public enum State {
        UNKNOWN,