Loading src/java/com/android/internal/telephony/uicc/IccCardProxy.java +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ public class IccCardProxy extends Handler implements IccCard { case READY: return IccCardConstants.INTENT_VALUE_ICC_READY; case NOT_READY: return IccCardConstants.INTENT_VALUE_ICC_NOT_READY; case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; } } Loading Loading
src/java/com/android/internal/telephony/uicc/IccCardProxy.java +1 −0 Original line number Diff line number Diff line Loading @@ -576,6 +576,7 @@ public class IccCardProxy extends Handler implements IccCard { case READY: return IccCardConstants.INTENT_VALUE_ICC_READY; case NOT_READY: return IccCardConstants.INTENT_VALUE_ICC_NOT_READY; case PERM_DISABLED: return IccCardConstants.INTENT_VALUE_ICC_LOCKED; case CARD_IO_ERROR: return IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR; default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; } } Loading