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

Commit 022668bf authored by Alex Yakavenka's avatar Alex Yakavenka
Browse files

Telephony: Clarify IccCardConstants.State enum

Change-Id: I57c6704dbefbcca5d1c6b28e72f0fb80bdbea7fc
parent b307ceb4
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,