Searched refs:getPhoneAccountHandleForSubscriptionId (Results 1 – 6 of 6) sorted by relevance
126 protected PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subId) { in getPhoneAccountHandleForSubscriptionId() method in NetworkProviderWifiCallingGroup206 if (getPhoneAccountHandleForSubscriptionId(subId) != null) { in setSubscriptionInfoForPreference()209 getPhoneAccountHandleForSubscriptionId(subId)); in setSubscriptionInfoForPreference()266 getPhoneAccountHandleForSubscriptionId(subId)) in shouldShowWifiCallingForSub()
172 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()184 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
1370 PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId); in getPhoneAccountHandleForSubscriptionId() method
11148 return getPhoneAccountHandleForSubscriptionId(getSubId()); in getPhoneAccountHandle()11159 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in TelephonyManager11164 returnValue = service.getPhoneAccountHandleForSubscriptionId(subscriptionId); in getPhoneAccountHandleForSubscriptionId()
2804 ? null : mTelephonyManager.getPhoneAccountHandleForSubscriptionId( in setDefaultVoiceSubId()
7642 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in PhoneInterfaceManager