Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DTtyModeListPreference.java130 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr.isRttSupported( in shouldHideHcoAndVco()
132 return carrierShouldHideHcoVco && isRttSupported; in shouldHideHcoAndVco()
DAccessibilitySettingsFragment.java263 if (PhoneGlobals.getInstance().phoneMgr.isRttSupported(subId)) { in shouldShowRttSetting()
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java865 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()
875 + " isRttSupported: " + isRttSupported + "\n" in isRttCurrentlySupported()
879 return hasVoiceAvailability && isRttSupported && !shouldDisableBecauseRoamingOffWfc; in isRttCurrentlySupported()
/packages/services/Telecomm/src/com/android/server/telecom/
DCall.java1716 boolean isRttSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfRttCapable()
1721 if ((isConnectionManagerRttSupported || isRttSupported) in checkIfRttCapable()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java6444 public boolean isRttSupported(int subscriptionId) { in isRttSupported() method in PhoneInterfaceManager
6470 boolean isRttSupported = isRttSupported(subscriptionId); in isRttEnabled()
6475 return isRttSupported && (isUserRttSettingOn || shouldIgnoreUserRttSetting); in isRttEnabled()