Searched refs:getVoiceMailNumberForSubscriber (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 883 .getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumber() 887 .getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumber() 899 mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID); in testGetVoiceMailNumberWithOutPermission() 907 mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID); in testGetVoiceMailNumberWithOutPermission() 920 assertNull(mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 921 assertNull(mPhoneSubInfoControllerUT.getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 929 .getVoiceMailNumberForSubscriber(0, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission() 931 .getVoiceMailNumberForSubscriber(1, TAG, FEATURE_ID)); in testGetVoiceMailNumberWithOutPermission()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 142 String getVoiceMailNumberForSubscriber(int subId, String callingPackage, in getVoiceMailNumberForSubscriber() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 300 return getVoiceMailNumberForSubscriber(getDefaultSubscription(), callingPackage, 304 public String getVoiceMailNumberForSubscriber(int subId, String callingPackage,
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 5597 return info.getVoiceMailNumberForSubscriber(subId, getOpPackageName(), in getVoiceMailNumber()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83410 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getVoiceMailNumberForSubscriber(ILjava/l… 83473 Lcom/android/internal/telephony/IPhoneSubInfo;->getVoiceMailNumberForSubscriber(ILjava/lang/String;…
|