Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DIccCardConstants.java30 public static final String INTENT_VALUE_ICC_UNKNOWN = Intent.SIM_STATE_UNKNOWN; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java226 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: return EVENT_SIM_UNKNOWN; in internalIccStateToMessage()
295 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null); in handleMessage()
298 updateSubscriptionCarrierId(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
299 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java322 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, phoneId); in testUiccSlotBroadcastAbsent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java642 default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; in getIccStateIntentString()
1143 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java222 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, FAKE_SUB_ID_1); in testSimUnknown()
230 eq(IccCardConstants.INTENT_VALUE_ICC_UNKNOWN)); in testSimUnknown()