Home
last modified time | relevance | path

Searched refs:getSlotIndex (Results 1 – 25 of 45) sorted by relevance

12

/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/
DCellularDataService.java79 mPhone = PhoneFactory.getPhone(getSlotIndex()); in CellularDataServiceProvider()
174 if (DBG) log("setupDataCall " + getSlotIndex()); in setupDataCall()
191 if (DBG) log("deactivateDataCall " + getSlotIndex()); in deactivateDataCall()
208 if (DBG) log("setInitialAttachApn " + getSlotIndex()); in setInitialAttachApn()
225 if (DBG) log("setDataProfile " + getSlotIndex()); in setDataProfile()
240 if (DBG) log("requestDataCallList " + getSlotIndex()); in requestDataCallList()
254 if (DBG) log("startHandover " + getSlotIndex()); in startHandover()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupController.java105 int slotIndex = getSlotIndex(indicators.subId);
268 .map(subId -> new IconData(subId, getSlotIndex(subId))) in processSubIdList()
277 protected int getSlotIndex(int subscriptionId) { in getSlotIndex() method in ShadeCarrierGroupController
278 return mSlotIndexResolver.getSlotIndex(subscriptionId); in getSlotIndex()
392 int slot = getSlotIndex(info.subscriptionIds[i]); in handleUpdateCarrierInfo()
561 int getSlotIndex(int subscriptionId); in getSlotIndex() method
576 public int getSlotIndex(int subscriptionId) { in getSlotIndex() method in ShadeCarrierGroupController.SubscriptionManagerSlotIndexResolver
577 return SubscriptionManager.getSlotIndex(subscriptionId); in getSlotIndex()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/emergency/
DEmergencyNumberTrackerTest.java343 doReturn(VALID_SLOT_INDEX_VALID_1).when(mSubscriptionManagerService).getSlotIndex( in testIsSimAbsent()
345 doReturn(VALID_SLOT_INDEX_VALID_2).when(mSubscriptionManagerService).getSlotIndex( in testIsSimAbsent()
350 doReturn(VALID_SLOT_INDEX_VALID_1).when(mSubscriptionManagerService).getSlotIndex( in testIsSimAbsent()
352 doReturn(INVALID_SLOT_INDEX_VALID).when(mSubscriptionManagerService).getSlotIndex( in testIsSimAbsent()
357 doReturn(INVALID_SLOT_INDEX_VALID).when(mSubscriptionManagerService).getSlotIndex( in testIsSimAbsent()
449 doReturn(INVALID_SLOT_INDEX_VALID).when(mSubscriptionManagerService).getSlotIndex( in testIsEmergencyNumber_FallbackToShortNumberXml_NoSims()
482 doReturn(VALID_SLOT_INDEX_VALID_1).when(mSubscriptionManagerService).getSlotIndex( in testIsEmergencyNumber_NoFallbackToShortNumberXml()
484 doReturn(INVALID_SLOT_INDEX_VALID).when(mSubscriptionManagerService).getSlotIndex( in testIsEmergencyNumber_NoFallbackToShortNumberXml()
488 doReturn(VALID_SLOT_INDEX_VALID_1).when(mSubscriptionManagerService).getSlotIndex( in testIsEmergencyNumber_NoFallbackToShortNumberXml()
490 doReturn(VALID_SLOT_INDEX_VALID_2).when(mSubscriptionManagerService).getSlotIndex( in testIsEmergencyNumber_NoFallbackToShortNumberXml()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/nitz/
DTimeZoneSuggesterImplTest.java139 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_uniqueUsZone()
213 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_nonUniqueUsZone()
233 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_nonUniqueUsZone()
284 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_unitedKingdom()
365 assertEquals(SLOT_INDEX, actualSuggestion.getSlotIndex()); in test_cz()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCarrierKeyDownloadManager.java220 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId());
297 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId()); in handleAlarmOrConfigChange()
372 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId()); in cleanupRenewalAlarms()
428 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId()); in resetRenewalAlarm()
875 if (mConnectivityManager.getActiveNetwork() != null && SubscriptionManager.getSlotIndex( in onAvailable()
DInboundSmsTracker.java429 int slotId = SubscriptionManager.getSlotIndex(subId); in createMessageId()
/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl242 int getSlotIndex(int subId); in getSlotIndex() method
/frameworks/base/telephony/java/android/telephony/
DUiccCardInfo.java178 public int getSlotIndex() { in getSlotIndex() method in UiccCardInfo
DNetworkService.java105 public final int getSlotIndex() { in getSlotIndex() method in NetworkService.NetworkServiceProvider
DTelephonyManager.java2154 return getDeviceSoftwareVersion(getSlotIndex()); in getDeviceSoftwareVersion()
2307 return getImei(getSlotIndex()); in getImei()
2374 return getTypeAllocationCode(getSlotIndex()); in getTypeAllocationCode()
2438 return getMeid(getSlotIndex()); in getMeid()
2508 return getManufacturerCode(getSlotIndex()); in getManufacturerCode()
3023 return getNetworkCountryIso(getSlotIndex()); in getNetworkCountryIso()
3677 return hasIccCard(getSlotIndex()); in hasIccCard()
3731 int slotIndex = getSlotIndex(); in getSimStateIncludingLoaded()
8227 return telephony.rebootModem(getSlotIndex()); in nvResetConfig()
8229 return telephony.resetModemConfig(getSlotIndex()); in nvResetConfig()
[all …]
DSmsCbMessage.java460 public int getSlotIndex() { in getSlotIndex() method in SmsCbMessage
/frameworks/base/services/core/java/com/android/server/timezonedetector/
DTimeZoneDetectorStrategyImpl.java492 mTelephonySuggestionsBySlotIndex.put(suggestion.getSlotIndex(), scoredSuggestion);
851 int candidateSlotIndex = candidateSuggestion.suggestion.getSlotIndex(); in findBestTelephonySuggestion()
852 int bestSlotIndex = bestSuggestion.suggestion.getSlotIndex(); in findBestTelephonySuggestion()
/frameworks/base/core/java/android/app/timedetector/
DTelephonyTimeSuggestion.java167 public int getSlotIndex() { in getSlotIndex() method in TelephonyTimeSuggestion
/frameworks/base/telephony/java/android/telephony/data/
DThrottleStatus.java98 public int getSlotIndex() { in getSlotIndex() method in ThrottleStatus
DQualifiedNetworksService.java129 public final int getSlotIndex() { in getSlotIndex() method in QualifiedNetworksService.NetworkAvailabilityProvider
DDataService.java162 public final int getSlotIndex() { in getSlotIndex() method in DataService.DataServiceProvider
/frameworks/base/services/core/java/com/android/server/timedetector/
DTimeDetectorStrategyImpl.java609 int slotIndex = suggestion.getSlotIndex();
836 int candidateSlotIndex = candidateSuggestion.getSlotIndex();
837 int bestSlotIndex = bestSuggestion.getSlotIndex();
/frameworks/base/telephony/java/android/telephony/ims/feature/
DImsFeature.java350 public final int getSlotIndex() { in getSlotIndex() method in ImsFeature
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/
DNormalCallDomainSelectionConnectionTest.java191 assertEquals(1, attributes.getSlotIndex()); in testGetSelectionAttributes()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/
DEmergencyCallDomainSelectionConnection.java256 attr.getSlotIndex(), attr.getSubscriptionId(), SELECTOR_TYPE_CALLING) in getSelectionAttributesToRebindService()
/frameworks/base/core/java/android/app/timezonedetector/
DTelephonyTimeZoneSuggestion.java194 public int getSlotIndex() { in getSlotIndex() method in TelephonyTimeZoneSuggestion
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java2442 && SubscriptionManager.isValidSlotIndex(getSlotIndex(subId))) { in setDisplayNameUsingSrc()
2445 (getSlotIndex(subId) + 1)); in setDisplayNameUsingSrc()
2974 public int getSlotIndex(int subId) { in getSlotIndex() method in SubscriptionManagerService
2996 slotIndex = getSlotIndex(getDefaultSubId()); in getSubId()
3107 int slotIndex = getSlotIndex(subId); in getPhoneId()
3813 Phone phone = PhoneFactory.getPhone(getSlotIndex(subId)); in getPhoneNumber()
3877 final Phone phone = PhoneFactory.getPhone(getSlotIndex(subId)); in getPhoneNumberFromSourceInternal()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsResolver.java326 int getSlotIndex(int subId); in getSlotIndex() method
358 public int getSlotIndex(int subId) {
359 return SubscriptionManager.getSlotIndex(subId);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCarrierKeyDownloadMgrTest.java460 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId()); in testAlarmRenewal()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/
DShadeCarrierGroupControllerTest.java674 public int getSlotIndex(int subscriptionId) { in getSlotIndex() method in ShadeCarrierGroupControllerTest.FakeSlotIndexResolver

12