Home
last modified time | relevance | path

Searched refs:getNaiForSubscriber (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhoneSubInfoControllerTest.java126 assertEquals("aaa@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG)); in testGetNai()
129 assertEquals("bbb@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG)); in testGetNai()
141 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG); in testGetNaiWithOutPermission()
149 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG); in testGetNaiWithOutPermission()
161 assertNull(mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG)); in testGetNaiWithOutPermission()
162 assertNull(mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG)); in testGetNaiWithOutPermission()
168 assertEquals("aaa@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG)); in testGetNaiWithOutPermission()
169 assertEquals("bbb@example.com", mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG)); in testGetNaiWithOutPermission()
/frameworks/base/telephony/java/com/android/internal/telephony/
DIPhoneSubInfo.aidl35 String getNaiForSubscriber(int subId, String callingPackage); in getNaiForSubscriber() method
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneSubInfoController.java79 public String getNaiForSubscriber(int subId, String callingPackage) { in getNaiForSubscriber() method in PhoneSubInfoController
/frameworks/base/config/
Dboot-image-profile.txt39985 HSPLcom/android/internal/telephony/IPhoneSubInfo;->getNaiForSubscriber(ILjava/lang/String;)Ljava/la…