Home
last modified time | relevance | path

Searched refs:INVALID_SIM_SLOT_INDEX (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DImsFeature.java96 private int mSlotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
169 if(mContext == null || mSlotId == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in sendImsServiceIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java214 SubscriptionManager.INVALID_SIM_SLOT_INDEX);
216 if (slotId == SubscriptionManager.INVALID_SIM_SLOT_INDEX) {
504 SubscriptionManager.INVALID_SIM_SLOT_INDEX).sendToTarget(); in initPopulateCacheAndStartBind()
796 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotForActiveCarrierService()
920 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in calculateFeaturesToCreate()
1003 if (slotId <= SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in maybeRebindService()
1027 if (slotId > SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mNumSlots) { in updateBoundCarrierServices()
1059 == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in scheduleQueryForFeatures()
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java347 private int mSlotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
445 if (mContext == null || mSlotId == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in sendImsServiceIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DRilMessageDecoder.java68 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mSimCount) { in getInstance()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java137 SubscriptionManager.INVALID_SIM_SLOT_INDEX)) {
143 SubscriptionManager.INVALID_SIM_SLOT_INDEX)) {
DSubscriptionInfoUpdater.java566 SubscriptionManager.INVALID_SIM_SLOT_INDEX); in updateSubscriptionInfoByIccId()
DSubscriptionController.java1409 return SubscriptionManager.INVALID_SIM_SLOT_INDEX;
1432 return SubscriptionManager.INVALID_SIM_SLOT_INDEX;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java176 eq(SubscriptionManager.INVALID_SIM_SLOT_INDEX)); in testSimAbsent()
341 eq(SubscriptionManager.INVALID_SIM_SLOT_INDEX)); in testSimLockedWithOutIccId()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java83 public static final int INVALID_SIM_SLOT_INDEX = -1; field in SubscriptionManager
1174 int result = INVALID_SIM_SLOT_INDEX; in getSlotIndex()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java671 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in processMessage()