Home
last modified time | relevance | path

Searched refs:getMsisdn (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DPhoneSubInfoControllerTest.java723 doReturn("+18051234567").when(mPhone).getMsisdn(); in testGetMsisdn()
727 doReturn("+18052345678").when(mSecondPhone).getMsisdn(); in testGetMsisdn()
736 doReturn("+18051234567").when(mPhone).getMsisdn(); in testGetMsisdnWithOutPermissionTargetPreR()
737 doReturn("+18052345678").when(mSecondPhone).getMsisdn(); in testGetMsisdnWithOutPermissionTargetPreR()
777 doReturn("+18051234567").when(mPhone).getMsisdn(); in testGetMsisdnWithOutPermissionTargetR()
778 doReturn("+18052345678").when(mSecondPhone).getMsisdn(); in testGetMsisdnWithOutPermissionTargetR()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl126 String getMsisdn(String callingPackage, String callingFeatureId); in getMsisdn() method
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java222 public String getMsisdn(String callingPackage, String callingFeatureId) { in getMsisdn() method in PhoneSubInfoController
231 subId, callingPackage, callingFeatureId, "getMsisdn", (phone)-> phone.getMsisdn()); in getMsisdnForSubscriber()
H A DPhone.java3873 public String getMsisdn() { in getMsisdn() method in Phone
H A DGsmCdmaPhone.java2119 public String getMsisdn() { in getMsisdn() method in GsmCdmaPhone
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java4896 public String getMsisdn() { in getMsisdn() method in TelephonyManager
4897 return getMsisdn(getSubId()); in getMsisdn()
4922 public String getMsisdn(int subId) { in getMsisdn() method in TelephonyManager
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java9719 + imsPhone.getMsisdn()); in setCepEnabled()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt87368 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getMsisdn(Ljava/lang/String;)Ljava/lang/…
87432 Lcom/android/internal/telephony/IPhoneSubInfo;->getMsisdn(Ljava/lang/String;)Ljava/lang/String;