Searched refs:isRttSupported (Results 1 – 5 of 5) sorted by relevance
130 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr.isRttSupported( in shouldHideHcoAndVco()132 return carrierShouldHideHcoVco && isRttSupported; in shouldHideHcoAndVco()
270 if (PhoneGlobals.getInstance().phoneMgr.isRttSupported(subId)) { in shouldShowRttSetting()
1058 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()1071 + " isRttSupported: " + isRttSupported + "\n" in isRttCurrentlySupported()1076 return hasVoiceAvailability && isRttSupported && !shouldDisableBecauseRoamingOffWfc; in isRttCurrentlySupported()
2203 boolean isRttSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfRttCapable()2208 if ((isConnectionManagerRttSupported || isRttSupported) in checkIfRttCapable()
8325 public boolean isRttSupported(int subscriptionId) { in isRttSupported() method in PhoneInterfaceManager8361 boolean isRttSupported = isRttSupported(subscriptionId); in isRttEnabled()8366 return isRttSupported && (isUserRttSettingOn || shouldIgnoreUserRttSetting); in isRttEnabled()