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.java814 boolean isRttEnabled = isRttCurrentlySupported(); in updateRttCapability()
815 if (isRttEnabled != mIsRttCapable) { in updateRttCapability()
816 Log.i(this, "updateRttCapability - changed, new value: " + isRttEnabled); in updateRttCapability()
866 .isRttEnabled(mPhone.getSubId()); in isRttCurrentlySupported()
/packages/services/Telephony/src/com/android/phone/
DPhoneInterfaceManager.java6467 public boolean isRttEnabled(int subscriptionId) { in isRttEnabled() method in PhoneInterfaceManager