Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSCarrierGroupTest.java157 SubscriptionManager.INVALID_SIM_SLOT_INDEX); in testUpdateCarrierText_invalidSim()
171 SubscriptionManager.INVALID_SIM_SLOT_INDEX); in testSetMobileDataIndicators_invalidSim()
/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) {
507 SubscriptionManager.INVALID_SIM_SLOT_INDEX).sendToTarget(); in initPopulateCacheAndStartBind()
799 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotForActiveCarrierService()
923 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in calculateFeaturesToCreate()
1006 if (slotId <= SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in maybeRebindService()
1030 if (slotId > SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mNumSlots) { in updateBoundCarrierServices()
1062 == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in scheduleQueryForFeatures()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSCarrierGroup.java169 if (slot == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in updateCarrierInfo()
215 if (slotIndex == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in setMobileDataIndicators()
/frameworks/base/telephony/java/android/telephony/ims/compat/feature/
DImsFeature.java70 private int mSlotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
DRilMessageDecoder.java73 if (slotId != SubscriptionManager.INVALID_SIM_SLOT_INDEX && slotId < mSimCount) { in getInstance()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java241 value.put(SubscriptionManager.SIM_SLOT_INDEX, SubscriptionManager.INVALID_SIM_SLOT_INDEX); in clearSlotIndexForSubInfoRecords()
1269 int slotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in removeSubInfo()
1353 SubscriptionManager.INVALID_SIM_SLOT_INDEX); in clearSubInfoRecord()
1905 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotIndex()
1926 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotIndex()
3333 SubscriptionManager.INVALID_SIM_SLOT_INDEX); in enableEmbeddedSubscription()
3350 if (enable && info.getSimSlotIndex() == SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in enablePhysicalSubscription()
3393 if (physicalSlotIndex != SubscriptionManager.INVALID_SIM_SLOT_INDEX) { in enableSubscriptionOverEuiccManager()
3415 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndex()
3434 int physicalSlotIndex = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getPhysicalSlotIndexFromLogicalSlotIndex()
[all …]
DCarrierKeyDownloadManager.java141 SubscriptionManager.INVALID_SIM_SLOT_INDEX)) {
147 SubscriptionManager.INVALID_SIM_SLOT_INDEX)) {
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java311 private int mSlotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX;
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java106 public static final int INVALID_SIM_SLOT_INDEX = -1; field in SubscriptionManager
285 public static final int SLOT_INDEX_FOR_REMOTE_SIM_SUB = INVALID_SIM_SLOT_INDEX;
1725 int result = INVALID_SIM_SLOT_INDEX; in getSlotIndex()
3034 || (groupMap.get(groupUuid).getSimSlotIndex() == INVALID_SIM_SLOT_INDEX in getSelectableSubscriptionInfoList()
3035 && info.getSimSlotIndex() != INVALID_SIM_SLOT_INDEX)) { in getSelectableSubscriptionInfoList()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccConnector.java959 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotIdFromCardId()
965 return SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotIdFromCardId()
967 int slotId = SubscriptionManager.INVALID_SIM_SLOT_INDEX; in getSlotIdFromCardId()