Searched refs:getNaiForSubscriber (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | PhoneSubInfoControllerTest.java | 186 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID)); in testGetNai() 190 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID)); in testGetNai() 206 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 214 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 227 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 235 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 248 mPhoneSubInfoControllerUT.getNaiForSubscriber(0, TAG, FEATURE_ID); in testGetNaiWithOutPermission() 256 mPhoneSubInfoControllerUT.getNaiForSubscriber(1, TAG, FEATURE_ID); in testGetNaiWithOutPermission()
|
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/ |
H A D | IPhoneSubInfo.aidl | 39 String getNaiForSubscriber(int subId, String callingPackage, String callingFeatureId); in getNaiForSubscriber() method
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | PhoneSubInfoController.java | 83 public String getNaiForSubscriber(int subId, String callingPackage, String callingFeatureId) { in getNaiForSubscriber() method in PhoneSubInfoController
|
/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | TelephonyManager.java | 2324 String nai = info.getNaiForSubscriber(subId, mContext.getOpPackageName(), in getNaiBySubscriberId()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 87370 Lcom/android/internal/telephony/IPhoneSubInfo$Stub$Proxy;->getNaiForSubscriber(ILjava/lang/String;)… 87434 Lcom/android/internal/telephony/IPhoneSubInfo;->getNaiForSubscriber(ILjava/lang/String;)Ljava/lang/…
|