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