Searched refs:getAllSubInfoList (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | ISub.aidl | 31 List<SubscriptionInfo> getAllSubInfoList(String callingPackage, String callingFeatureId); in getAllSubInfoList() method
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/ |
D | SubscriptionManagerServiceTest.java | 548 () -> 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/ |
D | MultiSimSettingController.java | 1148 List<SubscriptionInfo> opptSubList = mSubscriptionManagerService.getAllSubInfoList( in deactivateGroupedOpportunisticSubscriptionIfNeeded()
|
D | GsmCdmaPhone.java | 5199 .getAllSubInfoList(mContext.getOpPackageName(), mContext.getAttributionTag()) in reapplyUiccAppsEnablementIfNeeded()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | GsmCdmaPhoneTest.java | 1322 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/ |
D | SubscriptionManagerService.java | 1880 public List<SubscriptionInfo> getAllSubInfoList(@NonNull String callingPackage, in getAllSubInfoList() method in SubscriptionManagerService
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83573 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;
|