Searched refs:isRttSupported (Results 1 – 4 of 4) sorted by relevance
113 .isRttSupported(SubscriptionManager.getDefaultVoiceSubscriptionId())) { in onCreate()
690 boolean isRttSupported = PhoneGlobals.getInstance().phoneMgr in isRttCurrentlySupported()695 return hasVoiceAvailability && isRttSupported && !isRoaming; in isRttCurrentlySupported()
1434 boolean isRttSupported = phoneAccount != null && phoneAccount.hasCapabilities( in checkIfRttCapable()1439 if ((isConnectionManagerRttSupported || isRttSupported) in checkIfRttCapable()
5258 public boolean isRttSupported(int subscriptionId) { in isRttSupported() method in PhoneInterfaceManager5283 return isRttSupported(subscriptionId) && Settings.Secure.getInt( in isRttEnabled()