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.java138 private boolean mIsRttCapable; field in TelecomAccountRegistry.AccountEntry
422 mIsRttCapable = true; in buildPstnPhoneAccount()
424 mIsRttCapable = false; in buildPstnPhoneAccount()
972 if (isRttEnabled != mIsRttCapable) { in updateRttCapability()