Home
last modified time | relevance | path

Searched refs:getDefaultVoicePhoneId (Results 1 – 9 of 9) sorted by relevance

/aosp12/packages/services/Telephony/src/com/android/phone/
H A DImsUtil.java57 return isWfcEnabled(context, SubscriptionManager.getDefaultVoicePhoneId()); in isWfcEnabled()
79 return isWfcModeWifiOnly(context, SubscriptionManager.getDefaultVoicePhoneId()); in isWfcModeWifiOnly()
104 return shouldPromoteWfc(context, SubscriptionManager.getDefaultVoicePhoneId()); in shouldPromoteWfc()
153 return ImsManager.getInstance(context, SubscriptionManager.getDefaultVoicePhoneId()); in getDefaultImsManagerInstance()
H A DTelephonyShellCommand.java1360 int slotId = SubscriptionManager.getDefaultVoicePhoneId(); in getDefaultSlot()
/aosp12/frameworks/opt/net/ims/src/java/com/android/ims/
H A DImsManager.java255 int getDefaultVoicePhoneId(); in getDefaultVoicePhoneId() method
294 public int getDefaultVoicePhoneId() { in getDefaultVoicePhoneId() method in ImsManager.DefaultSubscriptionManagerProxy
295 return SubscriptionManager.getDefaultVoicePhoneId(); in getDefaultVoicePhoneId()
538 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isEnhanced4gLteModeSettingEnabledByUser()
586 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in setEnhanced4gLteModeSetting()
662 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isNonTtyOrTtyOnVolteEnabled()
699 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isVolteEnabledByPlatform()
808 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isVolteProvisionedOnDevice()
851 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isWfcProvisionedOnDevice()
889 ImsManager mgr = ImsManager.getInstance(context, p.getDefaultVoicePhoneId()); in isVtProvisionedOnDevice()
[all …]
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnectionService.java203 int getDefaultVoicePhoneId(); in getDefaultVoicePhoneId() method
210 public int getDefaultVoicePhoneId() {
211 return SubscriptionManager.getDefaultVoicePhoneId();
2083 int defaultVoicePhoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getPhoneForEmergencyCall()
2131 int phoneId = mSubscriptionManagerProxy.getDefaultVoicePhoneId(); in getFirstPhoneForEmergencyCall()
H A DDisconnectCauseUtil.java74 reason, SubscriptionManager.getDefaultVoicePhoneId(), null); in toTelecomDisconnectCause()
/aosp12/frameworks/opt/net/ims/tests/src/com/android/ims/
H A DImsManagerTest.java104 doReturn(mPhoneId).when(mSubscriptionManagerProxy).getDefaultVoicePhoneId(); in setUp()
/aosp12/packages/services/Telephony/tests/src/com/android/services/telephony/
H A DTelephonyConnectionServiceTest.java1487 when(mSubscriptionManagerProxy.getDefaultVoicePhoneId()).thenReturn(defaultVoicePhoneId); in setupDeviceConfig()
/aosp12/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java2134 public static int getDefaultVoicePhoneId() { in getDefaultVoicePhoneId() method in SubscriptionManager
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSubscriptionController.java3345 pw.println(" defaultVoicePhoneId=" + SubscriptionManager.getDefaultVoicePhoneId()); in dump()