Skip to content

Commit 0c99f7e

Browse files
Wink SavilleAndroid Git Automerger
authored andcommitted
am ba3cf72: Merge "Telephony: Clarify IccCardConstants.State enum"
* commit 'ba3cf72a08368ab40556b07b4518536bb59eb2f6': Telephony: Clarify IccCardConstants.State enum
2 parents 3150fee + ba3cf72 commit 0c99f7e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

telephony/java/com/android/internal/telephony/IccCardConstants.java

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)