Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DNetworkProviderWifiCallingGroup.java129 protected PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subId) { in getPhoneAccountHandleForSubscriptionId() method in NetworkProviderWifiCallingGroup
222 if (getPhoneAccountHandleForSubscriptionId(subId) != null) { in setSubscriptionInfoForPreference()
225 getPhoneAccountHandleForSubscriptionId(subId)); in setSubscriptionInfoForPreference()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkProviderWifiCallingGroupTest.java172 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
185 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java8443 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in PhoneInterfaceManager