commit | db66de125144a4cb9c215a97ef46a157ff3c28e7 | [log] [tgz] |
---|---|---|
author | Malcolm Chen <refuhoo@google.com> | Mon Dec 09 18:57:07 2019 -0800 |
committer | Malcolm Chen <refuhoo@google.com> | Wed Jan 08 13:54:02 2020 -0800 |
tree | d98489e2a9ae84bfa4bf1f1b6a76126784e8cb42 | |
parent | 63d0a36dbc19e4f2639ce21047788260792a7a7b [diff] [blame] |
For some scenarios where NOT_READY is a final / steady state. Clear config. Bug: 141018421 Test: unittest Change-Id: I6c9855b6591bceb7259ed70c5ee601b7df1ef3a7 Merged-In: I6c9855b6591bceb7259ed70c5ee601b7df1ef3a7
diff --git a/src/com/android/phone/CarrierConfigLoader.java b/src/com/android/phone/CarrierConfigLoader.java index 874c412..14c9c0a 100644 --- a/src/com/android/phone/CarrierConfigLoader.java +++ b/src/com/android/phone/CarrierConfigLoader.java
@@ -1028,6 +1028,7 @@ case IccCardConstants.INTENT_VALUE_ICC_CARD_IO_ERROR: case IccCardConstants.INTENT_VALUE_ICC_CARD_RESTRICTED: case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: + case IccCardConstants.INTENT_VALUE_ICC_NOT_READY: mHandler.sendMessage(mHandler.obtainMessage(EVENT_CLEAR_CONFIG, phoneId, -1)); break; case IccCardConstants.INTENT_VALUE_ICC_LOADED: