Home
last modified time | relevance | path

Searched refs:getAllSubInfoList (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DISub.aidl31 List<SubscriptionInfo> getAllSubInfoList(String callingPackage, String callingFeatureId); in getAllSubInfoList() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java548 () -> mSubscriptionManagerServiceUT.getAllSubInfoList( in testGetAllSubInfoList()
556 List<SubscriptionInfo> subInfos = mSubscriptionManagerServiceUT.getAllSubInfoList( in testGetAllSubInfoList()
567 subInfos = mSubscriptionManagerServiceUT.getAllSubInfoList( in testGetAllSubInfoList()
588 subInfos = mSubscriptionManagerServiceUT.getAllSubInfoList( in testGetAllSubInfoList()
605 subInfos = mSubscriptionManagerServiceUT.getAllSubInfoList( in testGetAllSubInfoList()
1019 .getAllSubInfoList(CALLING_PACKAGE, CALLING_FEATURE); in testUpdateEmbeddedSubscriptionsNullResult()
1422 assertThat(mSubscriptionManagerServiceUT.getAllSubInfoList(CALLING_PACKAGE, in testSubscriptionAssociationWorkProfileCallerVisibility()
1558 assertThat(mSubscriptionManagerServiceUT.getAllSubInfoList(CALLING_PACKAGE, in testSubscriptionAssociationPersonalCallerVisibility()
2391 assertThat(mSubscriptionManagerServiceUT.getAllSubInfoList( in testRemoveSubInfo()
2534 assertThat(mSubscriptionManagerServiceUT.getAllSubInfoList(CALLING_PACKAGE, in testGetPhoneNumberFromInactiveSubscription()
[all …]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DMultiSimSettingController.java1148 List<SubscriptionInfo> opptSubList = mSubscriptionManagerService.getAllSubInfoList( in deactivateGroupedOpportunisticSubscriptionIfNeeded()
DGsmCdmaPhone.java5199 .getAllSubInfoList(mContext.getOpPackageName(), mContext.getAttributionTag()) in reapplyUiccAppsEnablementIfNeeded()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java1322 verify(mSubscriptionManagerService, never()).getAllSubInfoList(anyString(), anyString()); in testReapplyUiccApplicationEnablementNotNeeded()
1330 verify(mSubscriptionManagerService).getAllSubInfoList(anyString(), in testReapplyUiccApplicationEnablementNotNeeded()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java1880 public List<SubscriptionInfo> getAllSubInfoList(@NonNull String callingPackage, in getAllSubInfoList() method in SubscriptionManagerService
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83573 Lcom/android/internal/telephony/ISub$Stub$Proxy;->getAllSubInfoList(Ljava/lang/String;)Ljava/util/L…
83644 Lcom/android/internal/telephony/ISub;->getAllSubInfoList(Ljava/lang/String;)Ljava/util/List;