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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIccCardConstants.java28 public static final String INTENT_VALUE_ICC_UNKNOWN = "UNKNOWN"; field in class:IccCardConstants
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java190 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, FAKE_SUB_ID_1);
197 eq(IccCardConstants.INTENT_VALUE_ICC_UNKNOWN));
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccSlot.java368 IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null, mPhoneId);
H A DUiccController.java660 configManager.updateConfigForPhoneId(index, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN);
H A DUiccProfile.java644 default: return IccCardConstants.INTENT_VALUE_ICC_UNKNOWN;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionInfoUpdater.java183 case IccCardConstants.INTENT_VALUE_ICC_UNKNOWN: return EVENT_SIM_UNKNOWN;
239 updateCarrierServices(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN);
240 broadcastSimStateChanged(msg.arg1, IccCardConstants.INTENT_VALUE_ICC_UNKNOWN, null);

Completed in 40 milliseconds