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()
263 if (PhoneGlobals.getInstance().phoneMgr.isRttSupported(subId)) { in shouldShowRttSetting()
865 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()875 + " isRttSupported: " + isRttSupported + "\n" in isRttCurrentlySupported()879 return hasVoiceAvailability && isRttSupported && !shouldDisableBecauseRoamingOffWfc; in isRttCurrentlySupported()
1716 boolean isRttSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfRttCapable()1721 if ((isConnectionManagerRttSupported || isRttSupported) in checkIfRttCapable()
6444 public boolean isRttSupported(int subscriptionId) { in isRttSupported() method in PhoneInterfaceManager6470 boolean isRttSupported = isRttSupported(subscriptionId); in isRttEnabled()6475 return isRttSupported && (isUserRttSettingOn || shouldIgnoreUserRttSetting); in isRttEnabled()