Home
last modified time | relevance | path

Searched refs:getSubIdUsingPhoneId (Results 1 – 14 of 14) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactoryTest.java214 mSubscriptionController.getSubIdUsingPhoneId(0)); in createMockedTelephonyComponents()
238 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testActive()
311 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
325 doReturn(altSubId).when(mSubscriptionController).getSubIdUsingPhoneId(altPhoneId); in testRequests()
339 doReturn(unusedSubId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
349 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
366 doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0); in testHandoverNoLiveData()
405 doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0); in testHandoverActivatingData()
438 doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0); in testNetworkRequestReleasedDuringHandover()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSubscriptionInfoUpdaterTest.java743 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticUnchanged()
768 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic()
802 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticAddToGroup()
837 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup()
881 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigCarrierCertificates()
H A DGsmCdmaPhoneTest.java1194 getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1200 doReturn(subId1).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1222 doReturn(subId2).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1231 doReturn(subId1).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1637 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testLoadAllowedNetworksFromSubscriptionDatabase_loadTheNullValue_isLoadedTrue()
1651 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testLoadAllowedNetworksFromSubscriptionDatabase_subIdNotValid_isLoadedFalse()
H A DPhoneSwitcherTest.java1433 }).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in initializeSubControllerMock()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DTelephonyNetworkFactory.java130 final int subscriptionId = subscriptionController.getSubIdUsingPhoneId(phoneId); in makeNetworkFilter()
291 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId( in onSubIdChange()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSwitcher.java914 int subId = mSubscriptionController.getSubIdUsingPhoneId(phoneIdForRequest); in createApnRepository()
1002 int sub = mSubscriptionController.getSubIdUsingPhoneId(i); in onEvaluate()
1297 mSubscriptionController.getSubIdUsingPhoneId(mPreferredDataPhoneId)); in updatePreferredDataPhoneId()
1330 mSubscriptionController.getSubIdUsingPhoneId(phoneId) == INVALID_SUBSCRIPTION_ID in shouldApplyNetworkRequest()
H A DSubscriptionController.java1505 int subId = getSubIdUsingPhoneId(slotIndex); in addSubInfo()
1754 int subId = getSubIdUsingPhoneId(slotIndex); in setPlmnSpn()
2984 public int getSubIdUsingPhoneId(int phoneId) { in getSubIdUsingPhoneId() method in SubscriptionController
3947 int subId = getSubIdUsingPhoneId(phoneId); in checkPhoneIdAndIccIdMatch()
4231 subId = getSubIdUsingPhoneId(logicalSlotIndex); in getEnabledSubscriptionId()
H A DSubscriptionInfoUpdater.java1050 int currentSubId = mSubscriptionController.getSubIdUsingPhoneId(phoneId); in updateSubscriptionByCarrierConfig()
H A DSMSDispatcher.java2559 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone.getPhoneId()); in getSubId()
H A DPhone.java4083 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccProfile.java420 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleCarrierNameOverride()
485 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleSimCountryIsoOverride()
H A DRuimRecords.java824 int subId = SubscriptionController.getInstance().getSubIdUsingPhoneId(phoneId); in onAllRecordsLoaded()
H A DSIMRecords.java1043 SubscriptionController.getInstance().getSubIdUsingPhoneId( in handleMessage()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java2997 final int subId = mSubscriptionController.getSubIdUsingPhoneId(phoneId); in getNetworkCountryIsoForPhone()