Home
last modified time | relevance | path

Searched refs:isRttEnabled (Results 1 – 2 of 2) sorted by relevance

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java667 boolean isRttEnabled = isRttCurrentlySupported(); in updateRttCapability()
668 if (isRttEnabled != mIsRttCapable) { in updateRttCapability()
669 Log.i(this, "updateRttCapability - changed, new value: " + isRttEnabled); in updateRttCapability()
691 .isRttEnabled(mPhone.getSubId()); in isRttCurrentlySupported()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java5280 public boolean isRttEnabled(int subscriptionId) { in isRttEnabled() method in PhoneInterfaceManager