Home
last modified time | relevance | path

Searched refs:INTENT_VALUE_ICC_UNKNOWN (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java30 public static final String INTENT_VALUE_ICC_UNKNOWN = Intent.SIM_STATE_UNKNOWN; field in IccCardConstants
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java203 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: return EVENT_SIM_UNKNOWN; in internalIccStateToMessage()
272 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null); in handleMessage()
275 updateSubscriptionCarrierId(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
276 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccSlotTest.java323 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, phoneId); in testUiccSlotBroadcastAbsent()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java650 default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; in getIccStateIntentString()
1165 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java223 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, FAKE_SUB_ID_1); in testSimUnknown()
231 eq(IccCardConstants.INTENT_VALUE_ICC_UNKNOWN)); in testSimUnknown()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCarrierConfigLoader.java1354 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: in updateConfigForPhoneId()