Searched refs:getPhoneAccountHandleForSubscriptionId (Results 1 – 3 of 3) sorted by relevance
1380 PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId); in getPhoneAccountHandleForSubscriptionId() method
12792 return getPhoneAccountHandleForSubscriptionId(getSubId()); in getPhoneAccountHandle()12803 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in TelephonyManager12808 returnValue = service.getPhoneAccountHandleForSubscriptionId(subscriptionId); in getPhoneAccountHandleForSubscriptionId()
3220 ? null : mTelephonyManager.getPhoneAccountHandleForSubscriptionId(subId); in setDefaultVoiceSubId()