Searched refs:getAllSubInfoCount (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | ISub.aidl | 38 int getAllSubInfoCount(String callingPackage, String callingFeatureId); in getAllSubInfoCount() method
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SubscriptionControllerTest.java | 174 assertEquals(0, mSubscriptionControllerUT.getAllSubInfoCount(mCallingPackage, in testInsertSim() 182 assertEquals(1, mSubscriptionControllerUT.getAllSubInfoCount(mCallingPackage, in testInsertSim() 771 assertEquals(0, mSubscriptionControllerUT.getAllSubInfoCount(mCallingPackage, in testInsertRemoteSim() 780 mSubscriptionControllerUT.getAllSubInfoCount(mCallingPackage, mCallingFeature)); in addAndVerifyRemoteSimAddition() 860 assertEquals(0, mSubscriptionControllerUT.getAllSubInfoCount(mCallingPackage, in testInsertMultipleRemoteSims()
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | SubscriptionManager.java | 1767 result = iSub.getAllSubInfoCount(mContext.getOpPackageName(), in getAllSubscriptionInfoCount()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | SubscriptionController.java | 1056 public int getAllSubInfoCount(String callingPackage, String callingFeatureId) { in getAllSubInfoCount() method in SubscriptionController
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87538 Lcom/android/internal/telephony/ISub$Stub$Proxy;->getAllSubInfoCount(Ljava/lang/String;)I 87609 Lcom/android/internal/telephony/ISub;->getAllSubInfoCount(Ljava/lang/String;)I
|