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