File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
telephony/java/com/android/internal/telephony Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,13 @@ public class IccCardConstants {
4747 /* PERM_DISABLED means ICC is permanently disabled due to puk fails */
4848 public static final String INTENT_VALUE_ABSENT_ON_PERM_DISABLED = "PERM_DISABLED" ;
4949
50- /*
51- UNKNOWN is a transient state, for example, after uesr inputs ICC pin under
52- PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
53- turns to READY
50+ /**
51+ * This is combination of IccCardStatus.CardState and IccCardApplicationStatus.AppState
52+ * for external apps (like PhoneApp) to use
53+ *
54+ * UNKNOWN is a transient state, for example, after user inputs ICC pin under
55+ * PIN_REQUIRED state, the query for ICC status returns UNKNOWN before it
56+ * turns to READY
5457 */
5558 public enum State {
5659 UNKNOWN ,
You can’t perform that action at this time.
0 commit comments