Home
last modified time | relevance | path

Searched refs:isRttSupported (Results 1 – 4 of 4) sorted by relevance

/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java113 .isRttSupported(SubscriptionManager.getDefaultVoiceSubscriptionId())) { in onCreate()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java690 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()
695 return hasVoiceAvailability && isRttSupported && !isRoaming; in isRttCurrentlySupported()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1434 boolean isRttSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfRttCapable()
1439 if ((isConnectionManagerRttSupported || isRttSupported) in checkIfRttCapable()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5258 public boolean isRttSupported(int subscriptionId) { in isRttSupported() method in PhoneInterfaceManager
5283 return isRttSupported(subscriptionId) && Settings.Secure.getInt( in isRttEnabled()