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.java28 public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN"; field in IccCardConstants
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionInfoUpdater.java208 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: return EVENT_SIM_UNKNOWN; in internalIccStateToMessage()
273 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null); in handleMessage()
276 updateSubscriptionCarrierId(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
277 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java561 default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN; in getIccStateIntentString()
971 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN); in onSimRefresh()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccSlotTest.java323 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, phoneId, false); in testUiccSlotBroadcastAbsent()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java229 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, FAKE_SUB_ID_1, false); in testSimUnknown()
237 eq(IccCardConstants.INTENT_VALUE_ICC_UNKNOWN)); in testSimUnknown()