Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactoryTest.java190 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testActive()
263 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
277 doReturn(altSubId).when(mSubscriptionController).getSubIdUsingPhoneId(altPhoneId); in testRequests()
291 doReturn(unusedSubId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
301 doReturn(subId).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testRequests()
318 doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0); in testHandoverNoLiveData()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionInfoUpdaterTest.java742 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticUnchanged()
766 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticSetOpportunistic()
799 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticAddToGroup()
833 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigOpportunisticRemoveFromGroup()
876 doReturn(FAKE_SUB_ID_1).when(mSubscriptionController).getSubIdUsingPhoneId(phoneId); in testUpdateFromCarrierConfigCarrierCertificates()
DGsmCdmaPhoneTest.java1061 getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1067 doReturn(subId1).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1089 doReturn(subId2).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
1098 doReturn(subId1).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in testCallForwardingIndicator()
DPhoneSwitcherTest.java1204 }).when(mSubscriptionController).getSubIdUsingPhoneId(anyInt()); in initializeSubControllerMock()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DTelephonyNetworkFactory.java129 final int subscriptionId = subscriptionController.getSubIdUsingPhoneId(phoneId); in makeNetworkFilter()
273 final int newSubscriptionId = mSubscriptionController.getSubIdUsingPhoneId( in onSubIdChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSwitcher.java713 int subId = mSubscriptionController.getSubIdUsingPhoneId(phoneIdForRequest); in createApnRepository()
801 int sub = mSubscriptionController.getSubIdUsingPhoneId(i); in onEvaluate()
1086 mPreferredDataSubId = mSubscriptionController.getSubIdUsingPhoneId(mPreferredDataPhoneId); in updatePreferredDataPhoneId()
1119 mSubscriptionController.getSubIdUsingPhoneId(phoneId) == INVALID_SUBSCRIPTION_ID in shouldApplyNetworkRequest()
DSubscriptionController.java1274 int subId = getSubIdUsingPhoneId(slotIndex); in addSubInfo()
1521 int subId = getSubIdUsingPhoneId(slotIndex); in setPlmnSpn()
2542 public int getSubIdUsingPhoneId(int phoneId) { in getSubIdUsingPhoneId() method in SubscriptionController
3751 subId = getSubIdUsingPhoneId(logicalSlotIndex); in getEnabledSubscriptionId()
DSubscriptionInfoUpdater.java1076 int currentSubId = sc.getSubIdUsingPhoneId(phoneId); in updateSubscriptionByCarrierConfig()
DSMSDispatcher.java2074 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhone.getPhoneId()); in getSubId()
DPhone.java3732 return SubscriptionController.getInstance().getSubIdUsingPhoneId(mPhoneId); in getSubId()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/vendor/
DVendorPhoneSwitcher.java266 int sub = mSubscriptionController.getSubIdUsingPhoneId(i); in onEvaluate()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java821 int subId = SubscriptionController.getInstance().getSubIdUsingPhoneId(phoneId); in onAllRecordsLoaded()
DUiccProfile.java371 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleCarrierNameOverride()
436 final int subId = subCon.getSubIdUsingPhoneId(mPhoneId); in handleSimCountryIsoOverride()
DSIMRecords.java1038 SubscriptionController.getInstance().getSubIdUsingPhoneId( in handleMessage()
/frameworks/base/config/
Dboot-image-profile.txt22920 HSPLcom/android/internal/telephony/SubscriptionController;->getSubIdUsingPhoneId(I)I