Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/network/telephony/
H A 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()
/aosp12/packages/apps/Settings/tests/unit/src/com/android/settings/network/telephony/
H A DNetworkProviderWifiCallingGroupTest.java172 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingDisabledWithNoActivityHandleIntent_returnFalse()
184 .getPhoneAccountHandleForSubscriptionId(SUB_ID); in shouldShowWifiCallingForSub_wifiCallingEnabledWithActivityHandleIntent_returnTrue()
/aosp12/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1370 PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId); in getPhoneAccountHandleForSubscriptionId() method
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java11148 return getPhoneAccountHandleForSubscriptionId(getSubId()); in getPhoneAccountHandle()
11159 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in TelephonyManager
11164 returnValue = service.getPhoneAccountHandleForSubscriptionId(subscriptionId); in getPhoneAccountHandleForSubscriptionId()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java2804 ? null : mTelephonyManager.getPhoneAccountHandleForSubscriptionId( in setDefaultVoiceSubId()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java7642 public @Nullable PhoneAccountHandle getPhoneAccountHandleForSubscriptionId(int subscriptionId) { in getPhoneAccountHandleForSubscriptionId() method in PhoneInterfaceManager