Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/phone/settings/
DAccessibilitySettingsFragment.java126 boolean shouldDisableBecauseRoamingOffWfc = isRoaming && !isOnWfc(); in onCreate()
244 private boolean isOnWfc() { in isOnWfc() method in AccessibilitySettingsFragment
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java869 boolean isOnWfc = mPhone.getImsRegistrationTech() in isRttCurrentlySupported()
872 boolean shouldDisableBecauseRoamingOffWfc = isRoaming && !isOnWfc; in isRttCurrentlySupported()
877 + " isOnWfc: " + isOnWfc + "\n"); in isRttCurrentlySupported()