/frameworks/opt/telephony/src/java/com/android/internal/telephony/data/ |
D | CellularDataService.java | 79 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/ |
D | ShadeCarrierGroupController.java | 105 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/ |
D | EmergencyNumberTrackerTest.java | 343 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/ |
D | TimeZoneSuggesterImplTest.java | 139 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/ |
D | CarrierKeyDownloadManager.java | 220 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()
|
D | InboundSmsTracker.java | 429 int slotId = SubscriptionManager.getSlotIndex(subId); in createMessageId()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 242 int getSlotIndex(int subId); in getSlotIndex() method
|
/frameworks/base/telephony/java/android/telephony/ |
D | UiccCardInfo.java | 178 public int getSlotIndex() { in getSlotIndex() method in UiccCardInfo
|
D | NetworkService.java | 105 public final int getSlotIndex() { in getSlotIndex() method in NetworkService.NetworkServiceProvider
|
D | TelephonyManager.java | 2154 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 …]
|
D | SmsCbMessage.java | 460 public int getSlotIndex() { in getSlotIndex() method in SmsCbMessage
|
/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
D | TimeZoneDetectorStrategyImpl.java | 492 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/ |
D | TelephonyTimeSuggestion.java | 167 public int getSlotIndex() { in getSlotIndex() method in TelephonyTimeSuggestion
|
/frameworks/base/telephony/java/android/telephony/data/ |
D | ThrottleStatus.java | 98 public int getSlotIndex() { in getSlotIndex() method in ThrottleStatus
|
D | QualifiedNetworksService.java | 129 public final int getSlotIndex() { in getSlotIndex() method in QualifiedNetworksService.NetworkAvailabilityProvider
|
D | DataService.java | 162 public final int getSlotIndex() { in getSlotIndex() method in DataService.DataServiceProvider
|
/frameworks/base/services/core/java/com/android/server/timedetector/ |
D | TimeDetectorStrategyImpl.java | 609 int slotIndex = suggestion.getSlotIndex(); 836 int candidateSlotIndex = candidateSuggestion.getSlotIndex(); 837 int bestSlotIndex = bestSuggestion.getSlotIndex();
|
/frameworks/base/telephony/java/android/telephony/ims/feature/ |
D | ImsFeature.java | 350 public final int getSlotIndex() { in getSlotIndex() method in ImsFeature
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/domainselection/ |
D | NormalCallDomainSelectionConnectionTest.java | 191 assertEquals(1, attributes.getSlotIndex()); in testGetSelectionAttributes()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/domainselection/ |
D | EmergencyCallDomainSelectionConnection.java | 256 attr.getSlotIndex(), attr.getSubscriptionId(), SELECTOR_TYPE_CALLING) in getSelectionAttributesToRebindService()
|
/frameworks/base/core/java/android/app/timezonedetector/ |
D | TelephonyTimeZoneSuggestion.java | 194 public int getSlotIndex() { in getSlotIndex() method in TelephonyTimeZoneSuggestion
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerService.java | 2442 && 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/ |
D | ImsResolver.java | 326 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/ |
D | CarrierKeyDownloadMgrTest.java | 460 int slotIndex = SubscriptionManager.getSlotIndex(mPhone.getSubId()); in testAlarmRenewal()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/carrier/ |
D | ShadeCarrierGroupControllerTest.java | 674 public int getSlotIndex(int subscriptionId) { in getSlotIndex() method in ShadeCarrierGroupControllerTest.FakeSlotIndexResolver
|