Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java125 private boolean mIsRttCapable; field in TelecomAccountRegistry.AccountEntry
370 mIsRttCapable = true; in buildPstnPhoneAccount()
372 mIsRttCapable = false; in buildPstnPhoneAccount()
841 if (isRttEnabled != mIsRttCapable) { in updateRttCapability()