Searched refs:getNaiForSubscriber (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | PhoneSubInfoControllerTest.java | 224 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID)); in testGetNai() 228 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID)); in testGetNai() 249 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID)); in testGetNai_EnabledEnforceTelephonyFeatureMappingForPublicApis() 258 () -> mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID)); in testGetNai_EnabledEnforceTelephonyFeatureMappingForPublicApis() 274 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 282 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 295 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 303 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 316 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 324 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission()
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
D | IPhoneSubInfo.aidl | 40 String getNaiForSubscriber(int subId, String callingPackage, String callingFeatureId); in getNaiForSubscriber() method
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneSubInfoController.java | 106 public String getNaiForSubscriber(int subId, String callingPackage, String callingFeatureId) { in getNaiForSubscriber() method in PhoneSubInfoController
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 2579 String nai = info.getNaiForSubscriber(subId, mContext.getOpPackageName(), in getNaiBySubscriberId()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 83404 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getNaiForSubscriber(ILjava/lang/String;)… 83468 Lcom/android/internal/telephony/IPhoneSubInfo;->getNaiForSubscriber(ILjava/lang/String;)Ljava/lang/…
|