Home
last modified time | relevance | path

Searched refs:getPhoneAccountHandleForSubscriptionId (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1386 PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId); in getPhoneAccountHandleForSubscriptionId() method
/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java12217 return getPhoneAccountHandleForSubscriptionId(getSubId()); in getPhoneAccountHandle()
12228 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in TelephonyManager
12233 returnValue = service.getPhoneAccountHandleForSubscriptionId(subscriptionId); in getPhoneAccountHandleForSubscriptionId()