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.java126 protected PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subId) { in getPhoneAccountHandleForSubscriptionId() method in NetworkProviderWifiCallingGroup
206 if (getPhoneAccountHandleForSubscriptionId(subId) != null) { in setSubscriptionInfoForPreference()
209 getPhoneAccountHandleForSubscriptionId(subId)); in setSubscriptionInfoForPreference()
266 getPhoneAccountHandleForSubscriptionId(subId)) in shouldShowWifiCallingForSub()
/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
DNetworkProviderWifiCallingGroupTest.java175 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
188 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java7523 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in PhoneInterfaceManager