Searched refs:getVoiceMailNumberForSubscriber (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneSubInfoControllerTest.java | 815 .getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumber() 819 .getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumber() 831 mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID); in testGetVoiceMailNumberWithOutPermission() 839 mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID); in testGetVoiceMailNumberWithOutPermission() 852 assertNull(mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 853 assertNull(mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 861 .getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 863 .getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 141 String getVoiceMailNumberForSubscriber(int subId, String callingPackage, in getVoiceMailNumberForSubscriber() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneSubInfoController.java | 235 return getVoiceMailNumberForSubscriber(getDefaultSubscription(), callingPackage, in getVoiceMailNumber() 239 public String getVoiceMailNumberForSubscriber(int subId, String callingPackage, in getVoiceMailNumberForSubscriber() method in PhoneSubInfoController
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 4961 return info.getVoiceMailNumberForSubscriber(subId, getOpPackageName(), in getVoiceMailNumber()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87376 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getVoiceMailNumberForSubscriber(ILjava/l… 87439 Lcom/android/internal/telephony/IPhoneSubInfo;->getVoiceMailNumberForSubscriber(ILjava/lang/String;…
|