Home
last modified time | relevance | path

Searched refs:getVoiceMailNumberForSubscriber (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java883 .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/
DIPhoneSubInfo.aidl142 String getVoiceMailNumberForSubscriber(int subId, String callingPackage, in getVoiceMailNumberForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java300 return getVoiceMailNumberForSubscriber(getDefaultSubscription(), callingPackage,
304 public String getVoiceMailNumberForSubscriber(int subId, String callingPackage,
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java5597 return info.getVoiceMailNumberForSubscriber(subId, getOpPackageName(), in getVoiceMailNumber()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt83410 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getVoiceMailNumberForSubscriber(ILjava/l…
83473 Lcom/android/internal/telephony/IPhoneSubInfo;->getVoiceMailNumberForSubscriber(ILjava/lang/String;…