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.java115 private boolean mIsRttCapable; field in TelecomAccountRegistry.AccountEntry
358 mIsRttCapable = true; in buildPstnPhoneAccount()
360 mIsRttCapable = false; in buildPstnPhoneAccount()
815 if (isRttEnabled != mIsRttCapable) { in updateRttCapability()