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.java129 (isRoaming && !isOnWfc()) && !alwaysAllowWhileRoaming; in onCreate()
249 private boolean isOnWfc() { in isOnWfc() method in AccessibilitySettingsFragment
/packages/services/Telephony/src/com/android/services/telephony/
DTelecomAccountRegistry.java907 boolean isOnWfc = mPhone.getImsRegistrationTech() in isRttCurrentlySupported()
912 (isRoaming && !isOnWfc) && !alwaysAllowWhileRoaming; in isRttCurrentlySupported()
919 + " isOnWfc: " + isOnWfc + "\n"); in isRttCurrentlySupported()